ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: Madhav on October 17, 2014, 12:29:52 AM

Title: Values embedded into PNG are not visible in Adobe Photoshop CC/Bridge
Post by: Madhav on October 17, 2014, 12:29:52 AM
Hi,

I have transformed a PSD file into PNG file using Image Magick.
After this, I used exiftool to embedd values into Title and UsageTerms tags of transformed PNG file.
When I viewed the transformed PNG file in the exiftool GUI, I can see the values in Title and UsageTerms fields. But when I viewed in Adobe Photoshop CC/CS6 and Bridge, these values are not displayed.

Below are the commands I used. In both cases, the values are not displayed in CC/CS6 and Bridge applications.

1) exiftool -v3 "-Title=b9d9" "-UsageTerms=To view this asset's usage rights login to ..."
2) exiftool -v3  -api PNGEarlyXMP=1 "-Title=b9d9" "-UsageTerms=To view this asset's usage rights login to ..."

Can you please help me write the values into embedded tags of transformed PNG file?

Thanks
Madhav
Title: Re: Values embedded into PNG are not visible in Adobe Photoshop CC/Bridge
Post by: Phil Harvey on October 17, 2014, 07:00:54 AM
Hi Madhav,

I think that reading FAQ number 3 (https://exiftool.org/faq.html#Q3) may help you.

- Phil