Search found 1 match

by boardhead
Wed Nov 07, 2012 1:39 pm
Forum: Classic - Bug Reports
Topic: Canon Makernotes and byte ordering
Replies: 6
Views: 1323

Re: Canon Makernotes and byte ordering

There is another possible work-around. You could change the EXIF to little-endian with ExifTool. Here is the command line to do this at the same time as copying the other information:

exiftool -all= -tagsfromfile @ -all:all -unsafe -exifbyteorder=little -tagsFromFile <input> -MakerNotes -make ...