BlackWhiteConversionMode

BlackWhiteConversionMode class

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

Constants

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%).

Default

Specifies no conversion algorithm. The algorithm implemented in the TIFF codec will be used. (Default)


Dithering

Specifies the dithering algorithm (Floyd-Steinberg).


DitheringFloydSteinberg

Specifies the Floyd-Steinberg dithering algorithm.


Auto

Specifies the automatically calculated threshold algorithm (Otsu).


AutoOtsu

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%).