Resizing benchmark
to display the image resized with faramir stairway interpolation, place your mouse over the examples
- pixel resize: creates a lot of jaggies and deform the image since it's meant to be used on diagrams or drawings.
- weighted average: smoothes and deforms the image. A lot of details are dropped but there is no jaggies.
- bilinear: adds pixels by averaging the color values of surrounding pixels. It gives jaggies but no deformation.
- bicubic: gives more precise result based on an examination of the values of surrounding pixels. It maintains more details than bilinear.
- smart: automatically selects the best resizing method. In this case the weighted average.



