Displaying exif information abouf a image does not show the Copyright tag (0x8298). I can change it using `exif --ifd=EXIF -t Copyright --set-value='Jarl Friis' jarl.jpg` but I cannot display it afterwards...
Jarl
I am using 0.6.20
The Copyright tag is only valid in IFD 0. Try "exif --ifd=0 -t Copyright --set-value='Jarl Friis' jarl.jpg" instead.
Thanks. I figured out. Could it be improved that it spit out an error message when trying to set Copyright on any other IFD than 0.
Log in to post a comment.
I am using 0.6.20
The Copyright tag is only valid in IFD 0. Try "exif --ifd=0 -t Copyright --set-value='Jarl Friis' jarl.jpg" instead.
Thanks. I figured out. Could it be improved that it spit out an error message when trying to set Copyright on any other IFD than 0.