> When trying to blend the full-size camera image with an equal-size
> bitmap for the filter, unless I reduce the image size, I get an
> out of memory error.  I really would like to allow users to get the
> maximum resolution possible.
>
After scanning through the thread I've noticed that no one has mentioned 
that you can easily work on such big images in native. Most of the devices 
in use has 512+ MB (but honestly even less will be more than enough), and 
in native code you are not constrained by java heap limit (you will need to 
include both jpeglib and pnglib to avoid hitting 'external allocation' 
limit for bitmaps).

--
Bart

>

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