Packages

 

com.aspose.imaging.fileformats.emf.emfplus.consts

Class EmfPlusCompositingQuality

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusCompositingQuality


  • public final class EmfPlusCompositingQuality
    extends com.aspose.ms.System.Enum

    The CompositingQuality enumeration defines levels of quality for creating composite images

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        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
    • Field Detail

      • CompositingQualityDefault

        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.

        See Also:
        Constant Field Values
      • CompositingQualityHighSpeed

        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.

        See Also:
        Constant Field Values
      • CompositingQualityHighQuality

        public static final byte CompositingQualityHighQuality

        Gamma correction is performed. Compositing quality is favored at the expense of speed.

        See Also:
        Constant Field Values
      • CompositingQualityGammaCorrected

        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.

        See Also:
        Constant Field Values
      • CompositingQualityAssumeLinear

        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.

        See Also:
        Constant Field Values