Packages

 

com.aspose.imaging.fileformats.tiff.enums

Class TiffAlphaStorage

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.tiff.enums.TiffAlphaStorage


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

    Specifies the alpha storage for tiff documents.

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

      Fields 
      Modifier and Type Field and Description
      static int Associated
      The alpha value is stored in premultiplied form.
      static int Unassociated
      The alpha value is stored in unassociated form.
      static int Unspecified
      The alpha is not specified and stored in the tiff file.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • 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

      • Unspecified

        public static final int Unspecified

        The alpha is not specified and stored in the tiff file.

        See Also:
        Constant Field Values
      • Associated

        public static final int Associated

        The alpha value is stored in premultiplied form. When alpha is restored there may be some rounding effects and restored value may be different from the original.

        See Also:
        Constant Field Values
      • Unassociated

        public static final int Unassociated

        The alpha value is stored in unassociated form. That means that alpha restored is exactly the same as it was stored to the tiff.

        See Also:
        Constant Field Values