This enumeration specifies all the supported types of TIFF photometric interpretations.
Syntax
'Declaration
Public Enum ImGearPhotoInterpretations
Inherits System.Enum
public enum ImGearPhotoInterpretations : System.Enum
__value public enum ImGearPhotoInterpretations : public System.Enum
public enum class ImGearPhotoInterpretations : public System.Enum
Members
Member | Description |
BLACKZERO | Black is zero. For bilevel and grayscale images: 0 is imaged as black. 2**BitsPerSample-1 is imaged as white. |
CFA | Color Filter Array photometric interpretation. |
CIELAB | CIE Lab (using TIFF format for storing a and b values). |
CMYK | CMYK photometric interpretation. |
ICC_CIELAB | CIE Lab (using ICC format for storing a and b values). |
PALETTE | Palette color photometric interpretation. |
RGB | RGB photometric interpretation. |
TRANSPARENCY | Transparency photometric interpretation. |
WHITEZERO | White is zero. For bilevel and grayscale images: 0 is imaged as white. 2**BitsPerSample-1 is imaged as black. |
YCBCR | YCbCr photometric interpretation. |
YUV | YUV photometric interpretation. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Formats.TIF.ImGearPhotoInterpretations
See Also