EmfPlusCompositingQuality Enumeration

The CompositingQuality enumeration defines levels of quality for creating composite images

Module: aspose.imaging.fileformats.emf.emfplus.consts

Full Name: aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusCompositingQuality

Aspose.Imaging Version: 24.6.0

Members

Member nameDescription
COMPOSITING_QUALITY_ASSUME_LINEARNo gamma correction is performed; however, using linear values results in better quality than the default at a slightly lower speed.
COMPOSITING_QUALITY_DEFAULTNo 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.
COMPOSITING_QUALITY_GAMMA_CORRECTEDEnable gamma correction for higher-quality compositing with lower speed. In terms of the result, there is no difference between this value and CompositingQualityHighQuality.
COMPOSITING_QUALITY_HIGH_QUALITYGamma correction is performed. Compositing quality is favored at the expense of speed.
COMPOSITING_QUALITY_HIGH_SPEEDNo 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.