Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

CodecsTiffPhotometricInterpretation Enumeration








Indicates the photometric interpretation value for TIFF images.
Syntax
public enum CodecsTiffPhotometricInterpretation : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
Public Enum CodecsTiffPhotometricInterpretation 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As CodecsTiffPhotometricInterpretation
public enum CodecsTiffPhotometricInterpretation : System.IComparable, System.IConvertible, System.IFormattable  
typedef NS_ENUM(NSInteger, LTCodecsTiffPhotometricInterpretation)
public enum CodecsTiffPhotometricInterpretation
Leadtools.Codecs.CodecsTiffPhotometricInterpretation = function() { };
Leadtools.Codecs.CodecsTiffPhotometricInterpretation.prototype = {<br/>
  MinimumIsWhite = 0,
	MinimumIsBlack = 1,
	Rgb = 2,
	Palette = 3,
	Mask = 4,
	Separated = 5,
	YcbCr = 6,
	CieLab = 8,
	
 };
public enum class CodecsTiffPhotometricInterpretation : public System.Enum, System.IComparable, System.IConvertible, System.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

Error processing SSI file