ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Formats.TIF Namespace / ImGearTIFFPhotoInterpretation Enumeration




ImGearTIFFPhotoInterpretation Enumeration
Represents TIFF photometric interpretations.
Syntax
'Declaration
 
Public Enum ImGearTIFFPhotoInterpretation 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearTIFFPhotoInterpretation
Members
MemberValueDescription
Blackzero1Black is zero. For bilevel and grayscale images: 0 is imaged as black. 2**BitsPerSample-1 is imaged as white.
CFA32803Color Filter Array.
CIELab8CIE Lab (using TIFF format for storing a and b values).
CMYK5CMYK photometric interpretation.
ICC_CIELab9CIE Lab (using ICC format for storing a and b values).
Palette3Palette color.
RGB2RGB photometric interpretation.
Transparency4Transparency photometric interpretation.
Whitezero0White is zero. For bilevel and grayscale images: 0 is imaged as white. 2**BitsPerSample-1 is imaged as black.
YCbCb6YCbCr photometric interpretation.
Inheritance Hierarchy

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

See Also