| Parameter | Description |
|---|---|
| Target | The target (destination) image |
| TargetWidth | Width in pixels of the target size. If TargetWidth is -1 then it is calculated automatically, respecting the proportions |
| TargetHeight | Height in pixels of the target size. If TargetHeight is -1 then it is calculated automatically, respecting the proportions |
| FilterType | Resampling interpolation algorithm |
| MaintainAspectRatio | Automatically reduces NewWidth or NewHeight to ensure the original proportions of the image are maintained |
| Filter | ie1g | ie8g | ie16g | ie24RGB | ie32RGB | ie48RGB |
|---|---|---|---|---|---|---|
| rfNone | | | | | | |
| rfTriangle | | | | | | |
| rfHermite | | | | | | |
| rfBell | | | | | | |
| rfBSpline | | | | | | |
| rfLanczos3 | | | | | | |
| rfMitchell | | | | | | |
| rfNearest | | | | | | |
| rfLinear | | | | | | |
| rfFastLinear | | | | | | |
| rfBilinear | | | | | | |
| rfBicubic | | | | | | |
| rfProjectBW | | | | | | |
| rfProjectWB | | | | | | |
| rfWICNearestNeighbor | | | | | | |
| rfWICLinear | | | | | | |
| rfWICCubic | | | | | | |
| rfWICFant | | | | | | |
| rfWICCubicHQ | | | | | | |