ResampleDocumentMethod Enumeration |
Namespace: Atalasoft.Imaging.ImageProcessing.Document
Member name | Description | |
---|---|---|
BiLinear | Uses bi-linear resampling. Yields good results when enlarging images, and fairly fast. Not"e: This was previously incorrectly named NearestNeighbor. | |
ScaleToGray | Converts the 1-bit binary image to grayscale as it resizes which retains the visual detail of the image. | |
AreaAverage | Performs an area average of the binary image with a specified "cut-off" factor that will favor black or white pixels. Valid for reductions only. | |
EnlargeFast | Performs a quick pixel mapping when enlarging speed is more important than quality. |