ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: den on May 15, 2013, 02:48:34 AM

Title: Can't change one of two Orientation tags
Post by: den on May 15, 2013, 02:48:34 AM
Hello

I have some thing wired (to me) again... Some pictures have 2 Orientation tags and I can delete/change only one of them. I also tried to rebuild the Exif, but same thing.

Stuff I tried includes this:

exiftool -all= -tagsfromfile @ -all:all -unsafe "DSC_0011.jpg"
exiftool -a -n -Orientation=  -Orientation=  DSC_0011.jpg

And still, there is one Orientation tag left. How can I get ride of it? (I rotate the pictures after whit previous read Orientation.)

Thanks for any help!
Title: Re: Can't change one of two Orientation tags
Post by: Phil Harvey on May 15, 2013, 07:35:48 AM
You can delete/change the other Orientation tag by specifying IFD1:Orientation.

FAQ number 3 (https://exiftool.org/faq.html#Q3) talks about this.

- Phil
Title: Re: Can't change one of two Orientation tags
Post by: den on May 16, 2013, 04:38:38 AM
Thanks for your help! I totally ignored the 1 behind -G so far...