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
Try removing the extra spaces
"-icc_profile<=AdoubRGB1998.icc"
OK embedded successfully!!!
thank you very much