Read all tags from a text file, and write them to jpeg file

Started by Archive, May 12, 2010, 08:54:04 AM

Previous topic - Next topic

Archive

[Originally posted by arodier on 2007-05-08 13:48:12-07]

Hello all,
I wish to known if the module can read a single file to write all exif or xmp tags,
and which format I can use : xml, xmp, txt, etc ?

Thanks

Archive

[Originally posted by linuxuser on 2007-05-08 14:25:04-07]

See the other thread "Script to write text file content to exif as keywords". I didn't try it, but I sea no reason, why this shouldn't work with different tags.

Archive

[Originally posted by exiftool on 2007-05-08 14:47:31-07]

It is possible to use a TXT file, but usually a bit of scripting is necessary
because TXT files don't have a standard format (unless you put it in the
format of a -@ ARGFILE).  So the preferred technique would be
to put the information in an XMP file -- copying tags from XMP to JPG
is easy.

- Phil