ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.TIF Namespace / ImGearPhotoInterpretations Enumeration




In This Topic
    ImGearPhotoInterpretations Enumeration
    In This Topic
    This enumeration specifies all the supported types of TIFF photometric interpretations.
    Syntax
    'Declaration
     
    Public Enum ImGearPhotoInterpretations 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearPhotoInterpretations
    public enum ImGearPhotoInterpretations : System.Enum 
    __value public enum ImGearPhotoInterpretations : public System.Enum 
    public enum class ImGearPhotoInterpretations : public System.Enum 
    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