On Aug 13, 2012, at 7:49 PM, José Ignacio Merino <[email protected]> 
wrote:

> Is completely impossible use Java API to work in background with large bitmap 
> (not present it on GUI, only work and save to disk)?

Bitmap is only data in memory and exceeds heap size rather easily no matter do 
you render it on screen or not. Few MB of compressed data is many MB of 
uncompressed pixel data.

--
H

-- 
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

Reply via email to