Values embedded into PNG are not visible in Adobe Photoshop CC/Bridge

Started by Madhav, October 17, 2014, 12:29:52 AM

Previous topic - Next topic

Madhav

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

Phil Harvey

...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).