Image-ExifTool - Re: Append value to existing tag

Posted on Fri Feb 22 21:23:17 2008 by exiftool in response to 7170 (See the whole thread of 13)
Re: Append value to existing tag
But of course, I should have realized that you don't need to copy the tags in a pipeline anyway, since you should be able to read the tags from the original file. What about this?:

convert $file_in -quality 85% -auto-orient - | exiftool -tagsfromfile $file_in -@ template.args -f +->$file_out

- Phil
Direct Responses: 7172 | Write a response