
13 Sep
2017
13 Sep
'17
6:27 p.m.
Russell via talk wrote:
I would like to preserve my comments as exif data and pull them out to then label the images in batches using the first example as a template.
Is it possible to define your own exif data and mung it into the image file?
You can use exiftool, <https://www.sno.phy.queensu.ca/~phil/exiftool/>. To add a comment to the file with: $ exiftool burt-reynolds.jpg -Comment='Look at Burt Reynolds in a Turtle Neck' 1 image files updated and then extra it with: $ exiftool burt-reynolds.jpg -Comment Comment : Look at Burt Reynolds in a Turtle Neck