I am trying to resise a 开发者_开发问答Bitmap image using bitmap.scaleInto function. I got the out of memory exception while trying to do that for an image having a 2MB size. How can I make a resize of large image files without getting such an exception?
Thanks
This can be closed, solution is here: http://supportforums.blackberry.com/t5/Java-Development/Beginner-OutOfMemory-Error-when-Resizing-Bitmap/m-p/706427/highlight/true#M137817
精彩评论