TiffAlphaStorage
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class TiffAlphaStorage extends System.Enum
Specifies the alpha storage for tiff documents.
Fields
Field | Description |
---|---|
Unspecified | The alpha is not specified and stored in the tiff file. |
Associated | The alpha value is stored in premultiplied form. |
Unassociated | The alpha value is stored in unassociated form. |
Unspecified
public static final int Unspecified
The alpha is not specified and stored in the tiff file.
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.
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.