Resizing Images in fly (while downloading)
I have a program which downloads images in to File System and show it to the user, like an online album.The images are downloaded in multipart.Before showing the full image we first show the album (thumbnails).
The problem we are facing is that the images downloaded are of very large byte length.To create thumnail of every images , we first create the image and then manipulate the pixels of the image using getRGB () to resize.
But if the image is of larger byte lenght holding that much array or image crash the phone(Motorola V3i , )
Do any one know about any reference we can look so that we can create the thumnail image from the byte array while it is been downloaded ?
cheers
Abhijith

