Page 1 of 1

Resize Image: Resampling methods

Posted: Sat May 19, 2007 3:15 pm
by Cataratta
In this menu there is a resample method menu.
(Neares,bilinear,hermite,gaussian.....)
OK the first is the worst , but someone can tell me the main difference of various methods ?
For example if a method is better than others for make smaller a photo. or another is better for enlarge etc..
Tanx for support.

Posted: Sat May 19, 2007 4:20 pm
by helmut
In the forum there are various topics and posts, already:

- Info about Resampling algorithms
- FAQ "How to resize images with text (screenshots)".
- Sample page of Lasse Kolb
- Image Resampling by Jonathan Sachs (link provided by Olivier)

Posted: Mon May 21, 2007 10:13 am
by Guest
Tanx a lot

Posted: Mon May 21, 2007 10:09 pm
by Drahken
Quick answer: Lacnzos and hanning give the best results. Nearest neighbor gives the worst results because it doesn't actually use a filter at all. However, if you're resizing a 256 color image (like a gif or some pngs) and want to keep it 256 colors, or if you are resizing an image with transparency and you want to keep the transparency, then you need to use the nearest neighbor one any other one will change the image too much.
The other filters are pretty much useless.

Fore more detailed info, visit the links already posted.