Table of Contents

BlackWhiteConversionMode class

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

Constants

Name Value Description
Default 0 Specifies no conversion algorithm. The algorithm implemented in the TIFF codec will be used. (Default)
Dithering 1 Specifies the dithering algorithm (Floyd-Steinberg).
DitheringFloydSteinberg 2 Specifies the Floyd-Steinberg dithering algorithm.
Auto 3 Specifies the automatically calculated threshold algorithm (Otsu).
AutoOtsu 4 Specifies the automatically calculated Otsu's threshold algorithm.
Threshold25 5 Specifies the static threshold algorithm (25%).
Threshold50 6 Specifies the static threshold algorithm (50%).
Threshold75 7 Specifies the static threshold algorithm (75%).

Default {#Default}

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


Dithering {#Dithering}

Specifies the dithering algorithm (Floyd-Steinberg).


DitheringFloydSteinberg {#DitheringFloydSteinberg}

Specifies the Floyd-Steinberg dithering algorithm.


Auto {#Auto}

Specifies the automatically calculated threshold algorithm (Otsu).


AutoOtsu {#AutoOtsu}

Specifies the automatically calculated Otsu's threshold algorithm.


Threshold25 {#Threshold25}

Specifies the static threshold algorithm (25%).


Threshold50 {#Threshold50}

Specifies the static threshold algorithm (50%).


Threshold75 {#Threshold75}

Specifies the static threshold algorithm (75%).