LEADTOOLS Image File Support (Leadtools.Codecs assembly)

CodecsTiffPhotometricInterpretation Enumeration

Show in webframe







Indicates the photometric interpretation value for TIFF images.
Syntax
public enum CodecsTiffPhotometricInterpretation : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum CodecsTiffPhotometricInterpretation 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As CodecsTiffPhotometricInterpretation
public enum CodecsTiffPhotometricInterpretation : System.IComparableSystem.IConvertibleSystem.IFormattable  

            
public enum CodecsTiffPhotometricInterpretation
Leadtools.Codecs.CodecsTiffPhotometricInterpretation = function() { };
Leadtools.Codecs.CodecsTiffPhotometricInterpretation.prototype = {
MinimumIsWhite = 0, MinimumIsBlack = 1, Rgb = 2, Palette = 3, Mask = 4, Separated = 5, YcbCr = 6, CieLab = 8, };
public enum class CodecsTiffPhotometricInterpretation : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0MinimumIsWhiteGrayscale image, minimum value is white.
1MinimumIsBlackGrayscale image, minimum value is black.
2RgbRGB color model.
3PaletteColor map indexed (palletized).
4Mask1-bit transparency mask.
5SeparatedColor separations (usually CMYK).
6YcbCrCCIR 601 YcbCr image.
8CieLab1976 CIE L*a*b* image.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Codecs.CodecsTiffPhotometricInterpretation

Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.