Table of Contents

Enum BlackWhiteConversionMode

Namespace
Slidize
Assembly
Slidize.Plugins.dll

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

public enum BlackWhiteConversionMode

Fields

Auto = 3

Specifies the automatically calculated threshold algorithm (Otsu).

AutoOtsu = 4

Specifies the automatically calculated Otsu's threshold algorithm.

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.

Threshold25 = 5

Specifies the static threshold algorithm (25%).

Threshold50 = 6

Specifies the static threshold algorithm (50%).

Threshold75 = 7

Specifies the static threshold algorithm (75%).