ResizeFilter

View as Markdown

ResizeFilter

The resize-filter parameter allows you to use the resizing filter to increase or decrease the number of pixels in a given image.

NameTypeDescription
none ResizeFilter

Default to none allow not to set Resize-filter

nearest ResizeFilter

Utilizes the values of the neighbouring translated pixels to provide smoother and quick resizing of a given image.

bilinare ResizeFilter

Utilizes a 2x2 environment of pixels on an average. This filter blends new interpolated pixels with the original image pixels to generate a larger image with more detail.

bicubic ResizeFilter

Utilizes a 4x4 environment of pixels on average. This filter maintains the innermost pixels and discards all the extra details from a given image.

lanczos2 ResizeFilter

Enhances the ability to identify linear features and object edges of a given image. This filter uses the sinc resampling function to reconstruct the pixelation of an image and improve its quality.

lanczos3 ResizeFilter

Enhances the ability to identify linear features and object edges of a given image. This filter uses the since resampling function to reconstruct the pixelation of an image and improve its quality.