Model/Property Release Status ?

Started by FMPMechanic, March 13, 2023, 09:57:30 AM

Previous topic - Next topic

FMPMechanic

Hi Guys doing a new implementation of EXIFTOOL and how do I set the Model/Property Status fields in IPTC Extension section of Photoshop Metadata Headers?

See screengrab

Phil Harvey

First, see FAQ 3 for help determining what tag(s) you need to write.  Then use a command like this:

exiftool -GROUP:TAG="VALUE" FILE

- Phil
...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 ($).