Image-ExifTool - Re: Extracting binary exif chunk without thumbnail

Posted on Sun Jan 20 11:41:59 2008 by nafai in response to 6893 (See the whole thread of 4)
Re: Extracting binary exif chunk without thumbnail
Thank you very much for the reply! This was exactly what I was looking for. I actually wanted to keep the makernote information in the output file so I just used it like this:
exiftool -o photo.mie -exif:all photo.jpg

All the information could then easily be extracted from the mie file again by simply writing:

exiftool photo.mie

The information was identical except for one field,

Y Cb Cr Positioning : Co-sited

which became

Y Cb Cr Positioning : Centered

when I ran ExifTool on the mie file. I wonder why.
Direct Responses: 6897 | Write a response