I have a scanned image that I’m viewing in a java applet. The image is in a jpeg format. When I look at the same image in Internet Explorer, it looks sharper. I would like to make the image quality in my application be as sharp as what I’m seeing in IE. Any ideas on how to sharpen the image rendered in java?
Thanks,
Elliott
I seriously doubt that IE actively sharpens the image, so probably what’s happening is you’re displaying the image in your applet in such a way as to degrade the quality (probably scaling it). Could you post some code?