ExifTool Forum

ExifTool => Bug Reports / Feature Requests => Topic started by: jzleo on August 18, 2014, 12:55:59 PM

Title: Exiftool unable to override metadata
Post by: jzleo on August 18, 2014, 12:55:59 PM
System: Win 7 and Linux
Exiftool Version: 9.65
Command Line: exiftool -profilecopyright="testing" <filename>.jpg
Console Output: Normal output "1 file updated"

After using ImageMagick to crop image from .tif to .jpg. Exiftool is unable to override the existing Profile Copyright metadata with new values.
Title: Re: Exiftool unable to override metadata
Post by: Phil Harvey on August 18, 2014, 12:58:59 PM
This is FAQ number 3 (https://exiftool.org/faq.html#Q3).

- Phil
Title: Re: Exiftool unable to override metadata
Post by: StarGeek on August 18, 2014, 03:57:18 PM
In the case of your test image, -IFD0:ProfileCopyright is being written to correctly.  The trouble is that there is also -ICC_Profile:ProfileCopyright, which apparently cannot be written to. 
Title: Re: Exiftool unable to override metadata
Post by: jzleo on August 19, 2014, 04:44:55 PM
Thank you for your responses. I see what is causing the problem now, and have devised a workaround for this. Good to know! Though, do you know why that particular set of metadata tags cannot be overwritten?
Title: Re: Exiftool unable to override metadata
Post by: Phil Harvey on August 20, 2014, 07:19:46 AM
ExifTool can not currently write individual ICC_Profile tags.  You can check the Tag Name documentation (https://exiftool.org/TagNames/ICC_Profile.html) to see which tags are writable.

- Phil
Title: Re: Exiftool unable to override metadata
Post by: jzleo on August 20, 2014, 08:56:30 AM
Ah I see, do you forsee it becoming writable in future releases of Exiftool?
Title: Re: Exiftool unable to override metadata
Post by: Phil Harvey on August 20, 2014, 10:01:41 AM
No.  There has been no need to add this feature.

- Phil