 | ResizeInterpolation Enumeration |
Resize interpolation types. Referenced by Resize operation.
Namespace:
CohesiveComputing.Imaging
Assembly:
CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntaxpublic enum ResizeInterpolation
Members
| Member name | Description |
---|
| NearestNeighbour |
Nearest Neighbour results in sharp, but jagged lines and edges.
|
| Bilinear |
Bilinear results in smoother blended lines and edges.
The slight reduction in contrast may impact OMR/OCR activities.
|
| BoxSample |
Result in a greater level of smoother lines and edges.
|
See Also