Best resizing method for high-quality downsizing

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
Innocentus

Best resizing method for high-quality downsizing

Post by Innocentus »

Which method is the best for downsizing an image while preserving the most possible quality and sharpness?
Speed, Memory, Perfomance and such things aren't important for me - I only want the maximum possible quality.

Thank you for your help!
With best regards
Innocentus
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Best resizing method for high-quality downsizing

Post by magick »

Have you read http://www.imagemagick.org/Usage/resize/? If you do not want to use expert settings, the default -resize option does a superior job downsizing with a Lanczos filter.
Innocentus

Re: Best resizing method for high-quality downsizing

Post by Innocentus »

So the Mitchell-Filter is better in high quality downsizing than the Lanczos-filter?

With best regards
Innocentus
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Best resizing method for high-quality downsizing

Post by magick »

We default to Lanczos for downsizing and Mitchell for upsizing (see the edit in our previous message).
Post Reply