C#
VB
Java
Objective-C
WinRT C#
C++
Indicates the photometric interpretation value for TIFF images.
public enum CodecsTiffPhotometricInterpretation
Public Enum CodecsTiffPhotometricInterpretation
public enum CodecsTiffPhotometricInterpretation
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
Members
Value | Member | Description |
---|---|---|
0 | MinimumIsWhite | Grayscale image, minimum value is white. |
1 | MinimumIsBlack | Grayscale image, minimum value is black. |
2 | Rgb | RGB color model. |
3 | Palette | Color map indexed (palletized). |
4 | Mask | 1-bit transparency mask. |
5 | Separated | Color separations (usually CMYK). |
6 | YcbCr | CCIR 601 YcbCr image. |
8 | CieLab | 1976 CIE Lab* image. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET