Syncing EXIF and IPTC Data (2)

Ask for help and post your question on how to use XnView MP.

Moderators: helmut, XnTriq, xnview

Post Reply
paulw
Posts: 10
Joined: Mon Aug 28, 2017 1:33 pm

Syncing EXIF and IPTC Data (2)

Post by paulw »

I understand how to 'transfer' data from Exif 'Image Description' into IPTC 'Caption'. But how do you I (1) do the reverse --i.e. copy the IPTC 'Caption' line to Exif 'Image Description', and (2) erase all the info in the Exif 'Image Description'? I know that XnviewMP provides for 'cleaning' Exif information, but I'm presuming that this command means erasing all Exif info (and I don't want to lose everything, just erase info I'm selecting)
User avatar
michel038
XnThusiast
Posts: 1468
Joined: Tue Sep 27, 2016 8:18 am
Location: France
Contact:

Re: Syncing EXIF and IPTC Data (2)

Post by michel038 »

With Windows ?
-Create a shortcut to exiftool.exe and open properties
-add these parameters in "target " field :
"-exif:imagedescription<iptc:caption-abstract" -k -overwrite_original
You will get something like

Code: Select all

"C:\Program Files\XnView\AddOn\exiftool.exe" "-exif:imagedescription<iptc:caption-abstract" -k -overwrite_original 
1 now drag and drop photos on this shortcut, read exifTool response ( n files updated), and close this window .

2 To erase exif imagedescription, create another shortcut with

Code: Select all

"C:\Program Files\XnView\AddOn\exiftool.exe" "-exif:imagedescription=" -k -overwrite_original 
paulw
Posts: 10
Joined: Mon Aug 28, 2017 1:33 pm

Re: Syncing EXIF and IPTC Data (2)

Post by paulw »

Thanks for your help, Michel. I'm much sloppier than I thought as it took me awhile to get the syntax correct, but alas, in the end I did get this done. Incidentally, I'm using Windows10. Again, thank you very much.
Post Reply