|
The problem with ImageIO subsampling is you end up with severe aliasing. It would be very nice if there was an option to apply a blur to the source image as part of subsampling--this should be doable with a limited amount of extra memory/cpu (have to buffer a few extra scanlines). |