ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: Yuj1010 on May 22, 2020, 10:44:10 PM

Title: TIFF file embedded in icc configuration file failed
Post by: Yuj1010 on May 22, 2020, 10:44:10 PM
I want to embed icc profile for TIFF image, the result is as follows
exiftool "-icc_profile <= AdoubRGB1998.icc" 1.tif
Error opening file  AdoubRGB1998.icc

Why is this???
What should i do, please help me
Title: Re: TIFF file embedded in icc configuration file failed
Post by: StarGeek on May 22, 2020, 10:50:39 PM
Try removing the extra spaces
"-icc_profile<=AdoubRGB1998.icc"
Title: Re: TIFF file embedded in icc configuration file failed
Post by: Yuj1010 on May 22, 2020, 11:03:22 PM
OK  embedded successfully!!!
thank you very much