>
> Perhaps there's some method of processing the photo and filter bitmaps in
> chunks in a way I'm not aware of?  Something that doesn't eventually end
> up right back at an eventual out of memory error?  Or some other method?
>
 Have a look at 
BitmapRegionDecoder<http://developer.android.com/reference/android/graphics/BitmapRegionDecoder.html>
 which 
should allow you to load a region of an image, process it and save the 
result without loading the entire image into memory.
It is available in API level 10 and above.

-- 
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
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to