Search found 2 matches

by jamesinealing
2014-01-14T16:00:48-07:00
Forum: IMagick
Topic: Problems trying to write xmp metadata to image files
Replies: 1
Views: 5983

Re: Problems trying to write xmp metadata to image files

OK, I sort of solved this. It seems that the FStop app can't read dates from the xmp files, so it was either reading them from the JFIF/App12/"Ducky" segment at the beginning of the file or if that didn't exist it was reading the file timestamp. Of course that meant my plan to strip all the profiles ...
by jamesinealing
2014-01-13T08:55:16-07:00
Forum: IMagick
Topic: Problems trying to write xmp metadata to image files
Replies: 1
Views: 5983

Problems trying to write xmp metadata to image files

Hi, I'm writing a small tool that gets images from Flickr, retrieves various bit of information about them using the Flickr API (title, tags, owner, copyright info, date taken etc) and then creates local versions of the files with text overlays, and with appropriate metadata embedded, ideally in xmp ...