Tagged Questions
3
votes
1answer
858 views
IE6 image scaling with bicubic filter
I have a project where I have to resize some images in the actual browser side.
IE8, FF3 et al all apply a filter to smooth the resizing of the image, so in these browsers everything looks good.
In ...
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 ...