Resolution « Icon Image « Java Swing Q&A





1. Animated Swing effect to display full-resolution image    stackoverflow.com

I've got an editor with lots of image thumbnails. I'd like a double-click on an image to display the full resolution image using a modal undecorated dialog. Ideally, this ...

2. Lower jpeg resolution in java 2D    coderanch.com

Hey I have a number of high resolution jpeg (1 megapixel) and I wish to lower the resolution of each automatically for viewing depending on the specified size the end user wants. I thought this would be a simple matter of breaking the picture into small squares and averaging the pixels in each one. However, it turns out that java imaging ...

3. image resolution    coderanch.com

Thanks for replying I did sort of(there's still some kinks) come up with a method that uses bufered image though. I can check the width in pixels using the SampleModel, then check the widthheight of the bufferedimage(they don't give you units but I'm guessing this is in either cm or mm. So if I want an x resolution of 160 ppi(pixels ...

4. JAI- How do i load a high resolution Image??    coderanch.com

Hi all, I am trying to load an image and perform some basic transformations on it. The image resolution is 6800*4400.. this i s aJPEG image. When i execute my program i get the following error message. Error one factory fails for the operation "jpeg" Occurs in: javax.media.jai.ThreadSafeOperationRegistry . . . . . . Caused by:java.lang.OutofMemoryError: Java heap space Has anyone ...