Re: [android-developers] Bitmap factory and ICC aware JPG

2011-01-24 Thread nagarjuna lingala
Internally there is difference between bitmap and jpg . You try to use bmp file . Or try to convert that jpg to bmp by using mspaint. Dont hesitate me. it is just i hoped On 1/21/11, Yahel wrote: > Thanks for your answer, > > I was going to go this way but then I read the wikipedia article abo

[android-developers] Bitmap factory and ICC aware JPG

2011-01-20 Thread Yahel
Hi all, I'm fighting a weird battle over here. Using this simple code : URL bitmapURL = new URL("http://farm5.static.flickr.com/ 4069/4432443443_3ece4b42d9.jpg"); HttpURLConnection connection = (HttpURLConnection)bitmapURL.openConnection();