BlackWhiteConversionMode enumeration

BlackWhiteConversionMode enumeration

Provides options that control how slides’ images will be converted to bitonal images.

The BlackWhiteConversionMode type exposes the following members:

Fields

FieldDescription
DEFAULTSpecifies no conversion algorithm. The algorithm implemented in the TIFF codec will be used. (Default)
DITHERINGSpecifies the dithering algorithm (Floyd-Steinberg).
DITHERING_FLOYD_STEINBERGSpecifies the Floyd-Steinberg dithering algorithm.
AUTOSpecifies the automatically calculated threshold algorithm (Otsu).
AUTO_OTSUSpecifies the automatically calculated Otsu’s threshold algorithm.
THRESHOLD25Specifies the static threshold algorithm (25%).
THRESHOLD50Specifies the static threshold algorithm (50%).
THRESHOLD75Specifies the static threshold algorithm (75%).

See Also