Posted on 2010-02-07 15:54:18.065055-08 by exiftool in response to 12336
Re: XMP to IPTC Keywords
Here you go. Use an argument like "-keywords<myperson" with this config file:

%Image::ExifTool::UserDefined = ( 'Image::ExifTool::Composite' => { MyPerson => { Require => 'RegionPersonDisplayName', ValueConv => q{ my @v = ref $val ? @$val : $val; $_ = "Prefix $_" foreach @v; return \@v; }, }, }, ); 1; # end

Replace "Prefix" with your own text.

- Phil
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.