Which is the best command-line command-combination to resize an existing Image with highest-possible quality? - Is there a Resize-Filter-aquivalent like Photoshop's "Bicubic Sharper"?
Speed doesn't matter.
Thank you very much for your help and support!
With best regards!
Innocentus
Best way to resize an image
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Best way to resize an image
Are you shrinking or enlarging your image?
The default filter for shrinking is Lanczos and is probably the best one to use.
The default filter for enlarging is Mitchell according to the page below.
See:
http://www.imagemagick.org/Usage/resize/#filter
for a list and comparison of all the IM filters.
The default filter for shrinking is Lanczos and is probably the best one to use.
The default filter for enlarging is Mitchell according to the page below.
See:
http://www.imagemagick.org/Usage/resize/#filter
for a list and comparison of all the IM filters.
Re: Best way to resize an image
I want to shrink an existing Image.fmw42 wrote:Are you shrinking or enlarging your image?
The default filter for shrinking is Lanczos and is probably the best one to use.
The default filter for enlarging is Mitchell according to the page below.
See:
http://www.imagemagick.org/Usage/resize/#filter
for a list and comparison of all the IM filters.
I'll have a look at your link.
With best Regards!
Innocentus