Gets or sets the photometric interpolation for the load process.
public CodecsPhotoInterpolation PhotoInterpolation { get; set; }
Public Property PhotoInterpolation As CodecsPhotoInterpolation
@property (nonatomic, assign) LTCodecsPhotoInterpolation photoInterpolation
public CodecsPhotoInterpolation getPhotoInterpolation()
public void setPhotoInterpolation(CodecsPhotoInterpolation value)
public:
property CodecsPhotoInterpolation PhotoInterpolation {
CodecsPhotoInterpolation get();
void set ( CodecsPhotoInterpolation );
}
The photometric interpolation for the load process. Possible values are:
When Format is one of the following:
The value of PhotoInterpolation is as follows:
Value | Meaning |
---|---|
CodecsPhotoInterpolation.WhiteIsZero | White is zero |
CodecsPhotoInterpolation.BlackIsZero | Black is zero |
When Format is RasterImageFormat.RawPackBits, the value of PhotoInterpolation is as follows:
Value | Meaning |
---|---|
CodecsPhotoInterpolation.NoColorMap | There is no color map (RGB) |
CodecsPhotoInterpolation.Cmyk | Separated CMYK |
CodecsPhotoInterpolation.YcbCr | YC b C r color space |
CodecsPhotoInterpolation.CieLab | 1976 CIE Lab |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document