문제

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?!?

도움이 되었습니까?

해결책 2

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

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top