Hello. Help me please.
I need iptc metadata to copy from jpg files (approximately 100 images) into the files of eps with same names.
The tools of the Bridge tool are long. We must all at once. I will be grateful for the help.
Copy iptc metadata with jpg in eps.
- Stephen_A_Marsh
- Posts: 24
- Joined: Sun Aug 04, 2019 12:37 pm
Re: Copy iptc metadata with jpg in eps.
I came here looking for an answer to a similar question... Sadly, it wasn't answered. Perhaps because it is complex to script?
https://community.adobe.com/t5/bridge-d ... /13281346
The good news is that it is easy enough to do with ExifTool. Just in case this helps somebody else, here is the command line code for Terminal.app or the CMD prompt:
Mac:
Win:
https://community.adobe.com/t5/bridge-d ... /13281346
The good news is that it is easy enough to do with ExifTool. Just in case this helps somebody else, here is the command line code for Terminal.app or the CMD prompt:
Mac:
Code: Select all
exiftool -overwrite_original -tagsfromfile %d%f.jpg -XMP-xmp:Label -ext .psd -r '/Mac/Folder/with both jpg and psd files'
Code: Select all
exiftool -overwrite_original -tagsfromfile %d%f.jpg -XMP-xmp:Label -ext .psd -r "C:\Win\Directory\with both jpg and psd files"
Re: Copy iptc metadata with jpg in eps.
The commenter seems to be seeking assistance in copying IPTC metadata from a batch of JPG files to corresponding EPS files with the same names. They mention that the Bridge tool is time-consuming and are hoping for a faster solution. It may be helpful to look into alternative software or scripts that can automate this process.serhii435 wrote: ↑Tue Apr 18, 2017 2:44 pm Hello. Help me please.GB whatsapp
I need iptc metadata to copy from jpg files (approximately 100 images) into the files of eps with same names.
The tools of the Bridge tool are long. We must all at once. I will be grateful for the help.