JPEG image quality loss when rendering in Swing Components

B

Biswa Prakash

Will there be loss of quality(resolution / sharpness etc) of any jpeg
image when I am rendering the image in JLabel and displaying it over a
JPanel ?
Is there be any difference in quality when the image is rendered in a
web browser (like Internet Explorer or Firefox) compared to rendering
the image in Java Swing Components ?
If there is a difference in image quality, how can I measure it, are
there any tools or should I write a routine?
 
A

Andrew Thompson

Biswa said:
Will there be loss of quality(resolution / sharpness etc) of any jpeg
image when I am rendering the image in JLabel and displaying it over a
JPanel ?

What did your (visual) tests indicate?
Does any one look better than any of the others?
Is there be any difference in quality when the image is rendered in a
web browser (like Internet Explorer or Firefox) compared to rendering
the image in Java Swing Components ?

Probably not, given IE will offer to 'resize' any image
it loads directly, and what resizing algorithm it uses
is anybody's guess.

But we come back to. What did *your* tests show?
If there is a difference in image quality, how can I measure it,

Possibly subracting ione image from the other might
highlight differences. Get a Robot to get a screengrab
of the image(s) in the various UI's of interest. Line up
the relevant parts of the image and do a... (what is it)
AlphaComposite filter that is (gets very vague)..right
for subtracting one image from another.
...are there any tools or should I write a routine?

Probably 'b' write a routine - I doubt you'll find any tools.

Andrew T.
 
B

Biswa Prakash

Thanks for the response. As far as visual test is concerned, I didn't
see any difference. I agree IE resizes the images, but my application
will not resize images, so this scenario is out of question.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top