|
Image Filters
|
Previous Top Next |
| · | Nearest - The fastest filter, but the quality of the stretched image is only fair
|
| · | Linear - Several times slower than Linear, but it produces more decent results in most cases.
|
| · | Spline - An approximation of spline interpolation, for some applications its result may be too smooth and blurry, but when using with large magnification factors, it usually produces good results.
|
| · | Lanczos - Generally produces the sharpest image, however sometimes can produce excessive "ringing" effect - this is the slowest filter
|
| · | Mitchell - Is often considered as one of the best filters for enlarging images; generally not as sharp as Lanczos.
|
| · | Draft - A complex resampler, meaning that it uses several different methods. For downsampling it uses row-column zoneshifting to preserve more details than Nearest, however the quality is not as good as Linear. For upsampling it uses a linear interpolation method that may compromise details - this happens if both downsampling and upsampling is needed. Draft is ideal for preview fields and thumbnails.
|
| · | Cosine - Almost equally fast as Linear, but it uses cosine interpolation, which produces a sharper image.
|