public final class EmfPlusCompositingQuality
extends com.aspose.ms.System.Enum
The CompositingQuality enumeration defines levels of quality for creating composite images
Modifier and Type | Field and Description |
---|---|
static byte |
CompositingQualityAssumeLinear
No gamma correction is performed; however, using linear values results in better quality than the default at a slightly lower speed.
|
static byte |
CompositingQualityDefault
No gamma correction is performed.
|
static byte |
CompositingQualityGammaCorrected
Enable gamma correction for higher-quality compositing with lower speed.
|
static byte |
CompositingQualityHighQuality
Gamma correction is performed.
|
static byte |
CompositingQualityHighSpeed
No gamma correction is performed.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final byte CompositingQualityDefault
No gamma correction is performed. Gamma correction controls the overall brightness and contrast of an image. Without gamma correction, composited images can appear too light or too dark.
public static final byte CompositingQualityHighSpeed
No gamma correction is performed. Compositing speed is favored at the expense of quality. In terms of the result, there is no difference between this value and CompositingQualityDefault.
public static final byte CompositingQualityHighQuality
Gamma correction is performed. Compositing quality is favored at the expense of speed.
public static final byte CompositingQualityGammaCorrected
Enable gamma correction for higher-quality compositing with lower speed. In terms of the result, there is no difference between this value and CompositingQualityHighQuality.
public static final byte CompositingQualityAssumeLinear
No gamma correction is performed; however, using linear values results in better quality than the default at a slightly lower speed.