Have just started to use exif the set .jpg tag from the command line.
I just want to add notes to photos.
This works:-
but produces a new file.
Is there a way to just modify the the existing file?
I just want to add notes to photos.
This works:-
~$ exif --ifd=EXIF --tag 0x9286 --set-value="wednesdayZ" /home/bill/IMAG0151.jpg
Is there a way to just modify the the existing file?
Comment