Ignores the ICC profile embedded in the file.
public bool IgnoreEmbeddedIccProfile {get; set;}
Public Property IgnoreEmbeddedIccProfile() As Boolean
Get
Set
public:
property bool IgnoreEmbeddedIccProfile
{
bool get()
void set(bool value)
}
true to ignore the ICC profile embedded in the file; otherwise, false. The default value is false.
This property is useful mainly for loading TIFF/JPEG CMYK/LAB files.
Some files with CMYK or CieLAB data might contain embedded ICC profiles. These files are supposed to be viewed using these profiles to convert the CMYK/CieLAB data to BGR. LEADTOOLS v20 and later uses these embedded ICC profiles by default. LEADTOOLS v19 and prior ignored these profiles and used a standard CMYK profile to convert to BGR.
Exif, JPEG and TIFF files are the most common file formats containing such embedded ICC profiles.
Set the value of IgnoreEmbeddedIccProfile to true when loading the file to ignore embedded ICC profiles. This will ensure backwards compatibility with v19 and prior versions of LEADTOOLS.
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