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
Hi Madhav,
I think that reading FAQ number 3 (https://exiftool.org/faq.html#Q3) may help you.
- Phil