Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

change size of BufferedImage

807580Jun 11 2010 — edited Jul 6 2010
Hello,
I'm working on an application that load images (any format) and display them in a panel. User can zoom those images that are usally around 5MB in their original size. The application ends up having heap space problems. I have already increased the heap size but still have this problem sometimes.
I've been looking around methods that I can be used to reduce the images up to a certain limit size but I haven't found anything that can be used with different image formats.

Can anyone give me a clue on how to perform this?

Thank you!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 3 2010
Added on Jun 11 2010
10 comments
885 views