A simple pixel resampler class.
Description
The SimplePixelResampler is a concrete object that supports nearest neighbor, bilinear, cubic convolution and majority resampling. It is used to provide pixel resampling for the RasterXformer and can be replaced by any custom pixel resampler.
Interfaces
Interfaces | Description |
---|---|
ISimplePixelResampler | Provides access to members that control a simple pixel resampler. |