rochester-rcl / irplus

Automatically exported from code.google.com/p/irplus
Apache License 2.0
8 stars 3 forks source link

Image thumbnails are badly aliased #56

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
IR+ 2.0.8 uses java.awt.image.AffineTransformOp to generate JPEG thumbnails.  
The quality of the thumbnails it produces is poor; the attached files show that 
a thumbnail generated by GraphicsMagick is much better.

Unfortunately, I don't know the Java world well enough to know what 
alternatives might be available.  It would be nice to go with a one-line call 
to GraphicsMagick or ImageMagick -- if available -- but I suppose that's out of 
the question given the nature of Java programming.

Original issue reported on code.google.com by nkui...@nkuitse.com on 29 Jun 2011 at 2:59

Attachments:

GoogleCodeExporter commented 9 years ago
One possiblity is to add the ability to configure IR+ to use image magic if 
available.

Original comment by nates...@gmail.com on 29 Jun 2011 at 4:38