BlackWhiteConversionMode
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class BlackWhiteConversionMode extends System.Enum
Provides options that control how slides’ images will be converted to bitonal images.
Fields
Field | Description |
---|---|
Default | Specifies no conversion algorithm. |
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%). |
Default
public static final int Default
Specifies no conversion algorithm. The algorithm implemented in the TIFF codec will be used. (Default)
Dithering
public static final int Dithering
Specifies the dithering algorithm (Floyd-Steinberg).
DitheringFloydSteinberg
public static final int DitheringFloydSteinberg
Specifies the Floyd-Steinberg dithering algorithm.
Auto
public static final int Auto
Specifies the automatically calculated threshold algorithm (Otsu).
AutoOtsu
public static final int AutoOtsu
Specifies the automatically calculated Otsu’s threshold algorithm.
Threshold25
public static final int Threshold25
Specifies the static threshold algorithm (25%).
Threshold50
public static final int Threshold50
Specifies the static threshold algorithm (50%).
Threshold75
public static final int Threshold75
Specifies the static threshold algorithm (75%).