BlackWhiteConversionMode
BlackWhiteConversionMode enumeration
Provides options that control how slides’ images will be converted to bitonal images.
public enum BlackWhiteConversionMode
Values
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%). |
See Also
- namespace Aspose.Slides.Export
- assembly Aspose.Slides