Accusoft.ImagXpress13.Net
PhotometricInterpretation Enumeration




The PhotometricInterpretation of a TIFF image.
Syntax
'Declaration
 
Public Enum PhotometricInterpretation 
   Inherits System.Enum
'Usage
 
Dim instance As PhotometricInterpretation
public enum PhotometricInterpretation : System.Enum 
__value public enum PhotometricInterpretation : public System.Enum 
public enum class PhotometricInterpretation : public System.Enum 
Members
MemberValueDescription
BlackIsZero1For bilevel and grayscale images: 0 is imaged as black.
CIELab197681976 CIE L*a*b*, normal encoding.
ICCLab9ICCLab enocoding.
None-1Loaded image is non-TIFF, or a TIFF image without a Photometric Interpretation specified.
PaletteColor3In this model, a color is described with a single component. The value of the component is used as an index into the red, green and blue curves in the ColorMap field to retrieve an RGB triplet that defines the color.
RGB2In the RGB model, a color is described as a combination of the three primary colors of light (red, green, and blue) in particular concentrations.
Separated5Usually CMYK.
TransparencyMask4This means that the image is used to define an irregularly shaped region of another image in the same TIFF file.
WhiteIsZero0For bilevel and grayscale images: 0 is imaged as white.
YCbCr6YCbCr.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.ImagXpressSdk.PhotometricInterpretation

See Also

Reference

Accusoft.ImagXpressSdk Namespace

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback