View Single Post
SteveYoungs's Avatar
Posts: 79 | Thanked: 47 times | Joined on Oct 2011 @ Brisbane, AU
#456
Originally Posted by MSameer View Post
Here is one: http://foolab.org/files/20140518_007.jpg
Oh, I looked at the meta data and there are some differences that you may be interested in.

To get a list of the keys I did...
Code:
exiv2 -u -pa pr your.jpg|awk '{print $1;}'|sort>your.keys

exiv2 -u -pa pr my.jpg|awk '{print $1;}'|sort>my.keys

diff -u my.keys your.keys
From that I can say that the following keys exist in your images, but are not in mine...

Exif.Image.Orientation
Xmp.tiff.Orientation

And the following are in my images, but not in yours...

Exif.GPSInfo.GPSAltitude
Exif.GPSInfo.GPSAltitudeRef
Exif.Image.Artist
Xmp.dc.creator
Xmp.exif.GPSAltitude
Xmp.exif.GPSAltitudeRef
Xmp.iptc.Location
Xmp.iptcExt.LocationShown[1]/LocationDetails:Sublocation

Most of that is probably nothing to worry about, but I do wonder why you get orientation set and I don't.