TiffAlphaStorage Enumeration

Specifies the alpha storage for tiff documents.

Module: aspose.psd.fileformats.tiff.enums

Full Name: aspose.psd.fileformats.tiff.enums.TiffAlphaStorage

Aspose.PSD Version: 24.4.0

Members

Member nameDescription
ASSOCIATEDThe 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.
UNASSOCIATEDThe alpha value is stored in unassociated form. That means that alpha restored is exactly the same as it was stored to the tiff.
UNSPECIFIEDThe alpha is not specified and stored in the tiff file.