Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image thumbnails are badly aliased #56

Open
GoogleCodeExporter opened this issue Mar 16, 2015 · 1 comment
Open

Image thumbnails are badly aliased #56

GoogleCodeExporter opened this issue Mar 16, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 29 Jun 2011 at 2:59

Attachments:

@GoogleCodeExporter
Copy link
Author

One possiblity is to add the ability to configure IR+ to use image magic if 
available.

Original comment by [email protected] on 29 Jun 2011 at 4:38

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant