|
Phil - Genius! It works and is a very short and easy code. For all the people who want do insert additional keywords from another image in a copied image, here the code:
perl exiftool.pl -tagsfromfile F:\Keyowrds_melting\english\%f.jpg "-iptc:keywords+<iptc:keywords" -
+o F:\Keyowrds_melting\beide F:\Keyowrds_melting\deutsch
deutsch is a folder with images with german keywords
these images are copied to a folder beide with the
-o
then the additional english keywords from images in a folder english are inserted in the images in folder beide with
-tagsfromfile F:\Keyowrds_melting\english\%f.jpg "-iptc:keywords+<iptc:keywords"
Note: The images in folder english and deutsch that have the corresponding keywords MUST have the same names. The created corresponding images in folder beide will also have the same name.
Many thanks Phil! Without you I coudn't have worked it out.
Have a nice day.
Greetings pixelpicker
|