jyotiverma0310 / burningimage

Automatically exported from code.google.com/p/burningimage
0 stars 0 forks source link

Please add support for more control of generated image quality when using JAI #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is a request for new functionality.

The ImageTools plugin uses JAI and allows users of the plugin to configure the 
interPolationType and renderingType when generating thumbnails.  This allows 
more control over the final quality of the image.

It would be great if the BurningImage plugin also allowed this flexibility.

To see the code used by ImageTools go to 
https://github.com/ricardojmendez/grails-imagetools/blob/master/src/groovy/org/g
rails/plugins/imagetools/ImageTool.groovy and search for "public void 
thumbnailSpecial" to see how they did it.

Thanks!

Original issue reported on code.google.com by dean.delponte on 19 Oct 2011 at 8:55