←Select platform

IgnoreEmbeddedIccProfile Property

Summary

Ignores the ICC profile embedded in the file.

Syntax
C#
VB
C++
public bool IgnoreEmbeddedIccProfile {get; set;} 
Public Property IgnoreEmbeddedIccProfile() As Boolean 
   Get 
   Set 
public:  
   property bool IgnoreEmbeddedIccProfile 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to ignore the ICC profile embedded in the file; otherwise, false. The default value is false.

Remarks

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.

Requirements

Target Platforms

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