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




ImGearPhotoInterpretations Enumeration
This enumeration specifies all the supported types of TIFF photometric interpretations.
Syntax
'Declaration
 
Public Enum ImGearPhotoInterpretations 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearPhotoInterpretations
Members
MemberValueDescription
BLACKZERO1Black is zero. For bilevel and grayscale images: 0 is imaged as black. 2**BitsPerSample-1 is imaged as white.
CFA-32733Color Filter Array photometric interpretation.
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 photometric interpretation.
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.
YCBCR6YCbCr photometric interpretation.
YUV-30644YUV photometric interpretation.
Inheritance Hierarchy

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

See Also