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 #

Field Description
DEFAULT Specifies no conversion algorithm. The algorithm implemented in the TIFF codec will be used. (Default)
DITHERING Specifies the dithering algorithm (Floyd-Steinberg).
DITHERING_FLOYD_STEINBERG Specifies the Floyd-Steinberg dithering algorithm.
AUTO Specifies the automatically calculated threshold algorithm (Otsu).
AUTO_OTSU Specifies the automatically calculated Otsu’s threshold algorithm.
THRESHOLD25 Specifies the static threshold algorithm (25%).
THRESHOLD50 Specifies the static threshold algorithm (50%).
THRESHOLD75 Specifies the static threshold algorithm (75%).

See Also #