←Select platform

CodecsTiffPhotometricInterpretation Enumeration

Summary

Indicates the photometric interpretation value for TIFF images.

Syntax
C#
VB
Objective-C
C++
Java
public enum CodecsTiffPhotometricInterpretation   
Public Enum CodecsTiffPhotometricInterpretation  
typedef NS_ENUM(NSInteger, LTCodecsTiffPhotometricInterpretation) 
public enum CodecsTiffPhotometricInterpretation 
public enum class CodecsTiffPhotometricInterpretation   

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 Lab* image.

Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly