←Select platform

CodecsTiffPhotometricInterpretation Enumeration

Summary

Indicates the photometric interpretation value for TIFF images.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly