Tagged Questions
1
vote
3answers
2k views
Java 2D Image resize ignoring bicubic/bilinear interpolation rendering hints (OS X + linux)
I'm trying to create thumbnails for uploaded images in a JRuby/Rails app using the Image Voodoo plugin - the problem is the resized thumbnails look like... ass.
It seems that the code to generate the ...