PDFBayerDitheringFilter¶
Namespace: O2S.Components.PDF4NET.Rendering.Imaging
Defines a binarization filter that uses a matrix of threshold values to convert grayscale data to black and white.
Inheritance Object → PDFBinarizationFilter → PDFOrderedDitheringFilter → PDFBayerDitheringFilter
Remarks
Gray values above the threshold are converted to white, gray values below the threshold are converted to black.
Constructors¶
PDFBayerDitheringFilter()¶
Initializes a new PDFBayerDitheringFilter object.