←Select platform

IgnoreEmbeddedIccProfile Property

Summary

Ignores the ICC profile embedded in the file.

Syntax
C#
Objective-C
C++/CLI
Python
public bool IgnoreEmbeddedIccProfile {get; set;} 
@property (nonatomic, assign) BOOL ignoreEmbeddedIccProfile; 
public:  
   property bool IgnoreEmbeddedIccProfile 
   { 
      bool get() 
      void set(bool value) 
   } 
IgnoreEmbeddedIccProfile # get and set (CodecsLoadOptions) 

Property Value

Value Description
true To ignore the ICC profile embedded in the file.
false To not ignore the ICC profile embedded in the file. false is the default value.
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.