Page 1 of 1

Keep he creation date and add metadata authors

Posted: 2009-07-24T06:05:44-07:00
by Grummfy
Hello,

I would like to modify an image (with mogrify or convert) but keeping the original creation date and adding the author information in the metadata of the picture.
It's only in the metadata , for the file modified or created I use touch for the date ....

Could you help me?

thanks

Re: Keep he creation date and add metadata authors

Posted: 2009-07-25T16:13:31-07:00
by Grummfy
hello,
well I not find a solution with imagemagick but with exiftool (http://www.sno.phy.queensu.ca/~phil/exiftool/)

thanks

Re: Keep he creation date and add metadata authors

Posted: 2009-07-31T20:07:46-07:00
by anthony
Imagemagick at this time has very minimal control of meta-data such as in EXIF profiles. It is basically not its job.

Your best solution is the one you found, use a program more suited to that task. ExifTool or Jhead, etc...