Hi All, I am trying to decode a bitmap with pixel size 1024*683 with the api decodefile(filepath) but process runs out of memory while decoding the image.
I need the bitmap object for this image at one go without any scaling as i have to work with NDK reading the pixel values using this bitmap. Therefore any scaling or sampling method can't be applied in my case. I wonder how come this is possible that just decoding a file with such size would need any in-around method. There is enough heap size available for this process. Your opinion and perspective in this matter will be appreciated. Thanks Nawab -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

