ImageGear for .NET
ImGearPhotoInterpretations Enumeration
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Formats.TIF Namespace : ImGearPhotoInterpretations Enumeration




Glossary Item Box

This enumeration specifies all the supported types of TIFF photometric interpretations.

Syntax

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

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

©2013. Accusoft Corporation. All Rights Reserved.