The TIFF standard photometric interpretations

Namespace: HiComponents.IEvolution
Assembly: 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

MemberValueDescription
WhiteIsZero0
White is zero (for black/white and gray scale images)
BlackIsZero1
Black is zero (for black/white and gray scale images)
RGB2
RGB color space
RGBPalette3
Paletted image
TranspMask4
Transparent mask (alpha channel)
CMYK5
CMYK color space
YCBCR6
YCBCR color space
CIELAB7
CIELAB color space

See Also