Interface | Description |
---|---|
ResizeFilterFunction |
The interpolation filter function used for the resampling function.
|
Class | Description |
---|---|
BicubicInterpolation |
Bi-cubic interpolation to resize images.
|
BilinearInterpolation |
Simple bi-linear interpolation to resize images.
|
FixedResizeProcessor |
A copy of the
ResizeProcessor which speeds up the resize operation
between images of a given size to another fixed size by caching the contribution
calculations |
ResizeProcessor |
Image processor and utility methods that can resize images.
|
Enum | Description |
---|---|
ResizeProcessor.Mode |
The resize mode to use.
|