image

barycentric coordinates using quads

Hi everyone, some of you know how fill a quads in 2D using barycentric coordinates?At the present, I'm splitting the quads into 2 triangles, but that way is inefficient because I have to iterate over the second bounding box which repeats pixel that were filled previously (by example, to fill the 2nd triangle I traversed the 1st triangle ...

Android Development Image Upload Corrupted

I'm developing an android application and I'm trying to upload an image to our server from the client side. When I get onto the server to view the image it is corrupted (gray bar on bottom) sometimes. I'm not sure why this is happening. If anyone can shed some light on this issue that would be greatly appreciated. Here is the code that u...

Remote images displaying only sometimes

Hello, I maintain a local intranet site that among other things, displays movie poster images from IMDB.com. Until recently, I simply had a perl script download the images I needed and save them to the local server. But that became a HUGE space-hog, so I thought I could simply point my site directly to IMDB servers, since my traffic i...

Magento product images messed up

I run magento and host 2 stores, for simplicity call them: Store A located at www.storea.com Store B located at www.storeb.com Currently I have a bit of an issue with my product images and with the cache. When I add a new product to display on store B (so I enter the admin backend through Store A) the image is uploaded to storea.com/med...

Animation for images wpf

Hi All, I want to move the images one by one like slides. i am using the following code to move one image. How to apply this animation to all the images in the image folder. Code: <Image Name="img" Width="50" Height="25" Grid.Row="3" HorizontalAlignment="Left" Source="btn_audio_stop.jpg"> <Image.Triggers> <EventT...

Problem in showing tiff image in browser

Sir, i am facing problem in showing tiff images. following is my html code. plz help. Thanks < img src="tiffdocument.tif" /> ...

convert html to xps

Do you have any idea? ...

aspose convert html to xps

Converting html-page to image or xps without lost css style. var document = new Document(input, LoadFormat.Html, null); document.Save(output, SaveFormat.Xps); Do you have any idea? May be anything library? ...

Website image compression

Hello, I am currently working on a website which needs images to be uploaded. I have seen some standard image uploading tools which work well, but I am looking for one that compresses on the client side before the upload has been done. I have looked at a view, but none seem to suit. Can anyone recommend a web based client side image co...

WinForms UserControl image resource

I am developing a user control and want to save an image as a part of that control. I added the image to the control resource, but I can not access the image using code (like Properties.Resources.etc) Any tips? ...

Why does this PNG show differently sometimes?

I am playing around with CodePress for a small project, and I am trying to figure out how it generates the actual numbers for the line number display. I have looked all through the code, and I see nothing where 1, 2, 3, ..., n is outputted. However, when viewing the page info in Firefox, I see this: Now, when I actually go to that URL...

How to get radar images to a .NET program

How do I get radar images to a .Net program using this service: http://www.nws.noaa.gov/forecasts/xml/ I literally have no clue where to start. If someone could provide some sample code or maybe direct me to a tutorial of some kind that would be awesome. Thanks Alot ...

UIButton image/background image weirdness

I have a custom UIButton in my viewcontroller that should have either the image of either a red or blue heart depending on the value of a variable when the viewcontroller is loaded. If the user clicks on the button, it changes the Red/Blue value in the domain model and should also toggle the button image. The button color will load corre...

Timage1 and Timage2 inside Timage3

hi is it possible to insert Timage1 and Timage2 inside Timage3. if my Timage1 is 100x100 and my Timage2 100x100 then they will be side by side inside 200x100 in Timage3 is it possible to do so? thank you ...

Rotating A Specific Tile In A BufferedImage Made Of Tiles

Hello Guys, I am trying to rotate a tile in a BufferedImage(the bufferedimage is made up of tiles) but i got stuck and don't seem to find the answer. I have googled for hours but can't find any tutorials. So i decided to come here for help. I want to rotate the crossing(tile) at the bottom right of the buffered image. I want to rotate...

Setting image dimensions in HTML

Is it good practice to set the dimensions of an image (in static content), even if I have cropped the image to the correct size and it's container has fixed dimensions and overflow:hidden ? <img src="" title ="" alt="" width="100" height="100"/> ...

Is this php file (with an image) being loaded every time the page is visited?

I wanted the images to be loaded only when the user click the link: <a id="showcase1" href="showcase/showcase1.php"><img src="images/showcase1t.png"/></a> So I placed the images in another php file and call the using ajax and fancybox: showcase1.php: <div id="inline1"> <img src="images/showcase1.png"/> <a href="http://studyatbest....

How do I create a WPF Image control that sources its data from a JPEG I've read into memory?

For the images in my application, I have been setting the source property of my image to a JPEG file on disk but, as part of my next iteration, I want to test keeping them in memory for speed. How do I tell the WPF Image control to get its information from an in-memory source rather than from a file? ...

How to convert block of html to an image (e.g. jpg) in asp.net

Hi I like to convert html for example a table to and image and save as jpg. (what I mean is that a table displayed on web page, I only want to get that specific table and save as image) Is it possible using asp.net? thanks ...

create .flv from images

Hello!!! I need some suggestions about to create .flv from 1000 images. The application I'm building will be use flash to show the .flv, and the server, who have red5 rtmp and php5. The server will be do the conversion from .jpg to .flv. I searching information but I didn't find which language can be the best to do conversion, or some...