Click or drag to resize

ResizeInterpolation Enumeration

Resize interpolation types. Referenced by Resize operation.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
public enum ResizeInterpolation
Members
  Member nameDescription
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