BlackWhiteConversionMode

BlackWhiteConversionMode enum

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

enum class BlackWhiteConversionMode

Values

NameValueDescription
Default0Specifies no conversion algorithm. The algorithm implemented in the TIFF codec will be used. (Default)
Dithering1Specifies the dithering algorithm (Floyd-Steinberg).
DitheringFloydSteinberg2Specifies the Floyd-Steinberg dithering algorithm.
Auto3Specifies the automatically calculated threshold algorithm (Otsu).
AutoOtsu4Specifies the automatically calculated Otsu’s threshold algorithm.
Threshold255Specifies the static threshold algorithm (25%).
Threshold506Specifies the static threshold algorithm (50%).
Threshold757Specifies the static threshold algorithm (75%).

See Also