I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2007-03-09 01:19:06-08 by loloeroket
IPTC: XMP and IRB
Hello, I am trying to do the following: Copy XMP fields into a .xmp file. This works great. Now I would like to write to other files the info included inside my .XMP file. I need to write only all IPTC fields both IRB and XMP values. How can I do this? Thanks, Laurent
Direct Responses: 4521 | Write a response
Posted on 2007-03-09 12:47:09-08 by exiftool in response to 4513
Re: IPTC: XMP and IRB
You should take a look at the xmp2iptc.args file included in the full distribution if you want to copy XMP information to IPTC. In this file, it gives an example command line to copy XMP information from one JPEG image to another, but the command is the same for copying from a .XMP file to a .JPG.

You can also copy XMP to XMP by adding a "-xmp:all" to the command line after the -tagsfromfile option.

I hope this helps. I'm not really clear about exactly what you wanted to do.

- Phil
Direct Responses: 4529 | Write a response
Posted on 2007-03-09 14:36:15-08 by loloeroket in response to 4521
Re: IPTC: XMP and IRB
Thanks Phil, it's exactly what I am looking for. Cheers, Laurent
Direct Responses: Write a response