Accusoft.ImagXpress12.Net
PhotometricInterpretation Enumeration
See Also  Send Feedback
Accusoft.ImagXpressSdk Namespace : PhotometricInterpretation Enumeration




Glossary Item Box

The PhotometricInterpretation of a TIFF image.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.