Posted on 2010-02-05 18:49:55.507428-08 by nstocke
Copy IPTC Keywords From DNG files to JPG Files
I have DNG Raw files with IPTC Keywords. After I edit the data in GIMP I save them as JPG files. I don't touch the DNG files. I name the JPG files the same as the original DNG file with just the JPG extension changed. What would the command line be to copy all of the IPTC data from all of the DNG files in a directory to the appropriate JPG files in the same directory?
Direct Responses: 12322 | Write a response
Posted on 2010-02-05 18:53:51.147596-08 by nstocke in response to 12321
Re: Copy IPTC Keywords From DNG files to JPG Files
I should have mentioned this is in Windows XP
Direct Responses: 12324 | Write a response
Posted on 2010-02-06 03:30:53.982812-08 by exiftool in response to 12322
Re: Copy IPTC Keywords From DNG files to JPG Files
This should do it:

exiftool -tagsfromfile %d%f.dng -iptc:all -r -ext jpg DIR

where "DIR" is the name of your directory

- Phil
Direct Responses: 12328 | Write a response
Posted on 2010-02-06 10:17:59.948682-08 by nstocke in response to 12324
Re: Copy IPTC Keywords From DNG files to JPG Files
Thanks that worked. I pretty much had everything except the DIR.
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.