I am using the following command to resize :
C:/program files/ImageMagick-6.3.6-Q8/convert +antialias +dither -resize 8522x6414! source.png destination.png
The resultant image however is anti-aliased - and I cannot seem to make it NOT anti-alias and/or dither.. Is there a way to force it do so?
Anti-Aliasing problem on resize
Re: Anti-Aliasing problem on resize
Use -sample instead of -resize apparently is the answer
http://studio.imagemagick.org/pipermail ... 09984.html
http://studio.imagemagick.org/pipermail ... 09984.html