ImageGear .NET - Updated
ImGearTIFFPhotoInterpretation Enumeration




ImageGear24.Formats.Common Assembly > ImageGear.Formats.TIF Namespace : ImGearTIFFPhotoInterpretation Enumeration
Represents TIFF photometric interpretations.
Syntax
'Declaration
 
Public Enum ImGearTIFFPhotoInterpretation 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearTIFFPhotoInterpretation
public enum ImGearTIFFPhotoInterpretation : System.Enum 
__value public enum ImGearTIFFPhotoInterpretation : public System.Enum 
public enum class ImGearTIFFPhotoInterpretation : public System.Enum 
Members
MemberDescription
BlackzeroBlack is zero. For bilevel and grayscale images: 0 is imaged as black. 2**BitsPerSample-1 is imaged as white.
CFAColor Filter Array.
CIELabCIE Lab (using TIFF format for storing a and b values).
CMYKCMYK photometric interpretation.
ICC_CIELabCIE Lab (using ICC format for storing a and b values).
PalettePalette color.
RGBRGB photometric interpretation.
TransparencyTransparency photometric interpretation.
WhitezeroWhite is zero. For bilevel and grayscale images: 0 is imaged as white. 2**BitsPerSample-1 is imaged as black.
YCbCbYCbCr photometric interpretation.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.TIF.ImGearTIFFPhotoInterpretation

See Also

Reference

ImageGear.Formats.TIF Namespace