the source image
the destination image
source starting x point [Default: 0]
source starting y point [Default: 0]
source width to use [Default: source width - sx]
source height to use [Default: source height - sy]
destination starting x point [Default: 0]
destination starting y point [Default: 0]
destination width to use [Default: destination width - dx]
destination height to use [Default: destination height - dy]
use 2nd lanczos filter instead of 3rd [Default: false]
Lanczos Resampling
Description
Perform a 2D Lanczos filter on an image. the Lanczos resampler creates some regions that are darker than any in the original and others that are lighter than any in the original. This Fourier transform method is useful in spatial/GIS applications, especially downscaling raster data.
Usage
Links