The TIFF standard photometric interpretations
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public enum TIFFPhotometInterpret
Public Enumeration TIFFPhotometInterpret
public enum class TIFFPhotometInterpret
Members
Member | Value | Description |
---|---|---|
WhiteIsZero | 0 |
White is zero (for black/white and gray scale images)
|
BlackIsZero | 1 |
Black is zero (for black/white and gray scale images)
|
RGB | 2 |
RGB color space
|
RGBPalette | 3 |
Paletted image
|
TranspMask | 4 |
Transparent mask (alpha channel)
|
CMYK | 5 |
CMYK color space
|
YCBCR | 6 |
YCBCR color space
|
CIELAB | 7 |
CIELAB color space
|