public final class BlackWhiteConversionMode
extends com.aspose.ms.System.Enum
Provides options that control how slides' images will be converted to bitonal images.
| Modifier and Type | Field and Description |
|---|---|
static int |
Auto
Specifies the automatically calculated threshold algorithm (Otsu).
|
static int |
AutoOtsu
Specifies the automatically calculated Otsu's threshold algorithm.
|
static int |
Default
Specifies no conversion algorithm.
|
static int |
Dithering
Specifies the dithering algorithm (Floyd-Steinberg).
|
static int |
DitheringFloydSteinberg
Specifies the Floyd-Steinberg dithering algorithm.
|
static int |
Threshold25
Specifies the static threshold algorithm (25%).
|
static int |
Threshold50
Specifies the static threshold algorithm (50%).
|
static int |
Threshold75
Specifies the static threshold algorithm (75%).
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toStringpublic static final int Default
Specifies no conversion algorithm. The algorithm implemented in the TIFF codec will be used. (Default)
public static final int Dithering
Specifies the dithering algorithm (Floyd-Steinberg).
public static final int DitheringFloydSteinberg
Specifies the Floyd-Steinberg dithering algorithm.
public static final int Auto
Specifies the automatically calculated threshold algorithm (Otsu).
public static final int AutoOtsu
Specifies the automatically calculated Otsu's threshold algorithm.
public static final int Threshold25
Specifies the static threshold algorithm (25%).
public static final int Threshold50
Specifies the static threshold algorithm (50%).
public static final int Threshold75
Specifies the static threshold algorithm (75%).
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.