[android-developers] Re: How native Gallery is reading bigger images!

2009-11-11 Thread gaetan.eleo...@gmail.com
Hi, i'm wondering too how is it possible to read/write really big image in android... Thank you Regards, Gaetan Eleouet -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com

[android-developers] Re: How native Gallery is reading bigger images!

2009-11-11 Thread Streets Of Boston
I think the Gallery just uses BitmapFactory to read the images. But, the biggest images i've had on my phone are 2048x1539pixels (6MByte uncompressed, when using RGB_565). I've not tried to load a truly huge image. On Nov 11, 12:54 pm, gaetan.eleo...@gmail.com gaetan.eleo...@gmail.com wrote: