Page 1 of 1

Anti-Aliasing problem on resize

Posted: 2007-10-12T12:11:23-07:00
by mzorova
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?

Re: Anti-Aliasing problem on resize

Posted: 2007-10-12T12:29:29-07:00
by mzorova
Use -sample instead of -resize apparently is the answer

http://studio.imagemagick.org/pipermail ... 09984.html