Question

Looking for something either using a programming language such as PHP or a desktop utility to essentially write data to an image file.

We have folders that contain hundreds of files of images. The images are formatted in this way ARTIST at EVENT by PHOTOGRAPHER with the title of the folder being EVENT

We'd like to edit the attributes of the file as follows:

  • Title: ARTIST at EVENT by PHOTOGRAPHER
  • Comments: ARTIST at EVENT by PHOTOGRAPHER
  • Copyright: COMPANYNAME
  • Tags: ARTIST, EVENT, PHOTOGRAPHER, COMPANYNAME

It would be good if we had a tool to go through each folder and make the changes, alternatively doing it manually per folder wouldn't be an issue as long as it went through all the photos automatically.

The filename can be altered if needed to something like ARTIST$EVENT$PHOTOGRAPHER to make it easier to split?!?

Was it helpful?

Solution 2

Ended up using Adobe Bridge as I can't see there being any option with ColdFusion or PHP

OTHER TIPS

Have you seen this utility: http://www.sno.phy.queensu.ca/~phil/exiftool/

It seems very powerful and was an accepted answer on StackOverflow prior: How to modify EXIF metadata for JPEG images using Coldfusion?

Thanks,

Tim

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top