ImageGear .NET - Updated
ImGearPhotoInterpretations Enumeration




ImageGear24.Core Assembly > ImageGear.Formats.TIF Namespace : 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
public enum ImGearPhotoInterpretations : System.Enum 
__value public enum ImGearPhotoInterpretations : public System.Enum 
public enum class ImGearPhotoInterpretations : 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 photometric interpretation.
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 photometric interpretation.
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.
YCBCRYCbCr photometric interpretation.
YUVYUV photometric interpretation.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.Formats.TIF Namespace