José, I don't know NDK to answer about that. But, since api level 10 you
can use BitmapRegionDecoder to decode only part of the bitmap at a time.
Might be one option:
http://developer.android.com/reference/android/graphics/BitmapRegionDecoder.html

On 16 August 2012 16:47, Harri Smått <[email protected]> wrote:

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

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