Anti-Aliasing problem on resize

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
mzorova

Anti-Aliasing problem on resize

Post 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?
mzorova

Re: Anti-Aliasing problem on resize

Post by mzorova »

Use -sample instead of -resize apparently is the answer

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