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

Posted on Sun Jan 20 10:02:29 2008 by bogdan in response to 6892 (See the whole thread of 4)
Re: Extracting binary exif chunk without thumbnail
If I understand correctly: you just wish to extract exif data into some external file, which can be later reused (for examining, writing back to image, etc.)?
If so, then I suggest you use MIE file:

exiftool -o exif.mie -exif:all --makernotes photo.jpg

-this will create exif.mie file, which will contain (only) all exif info from photo.jpg file. Think of mie file as being jpg (or any image file) without containing any image. So, you can read/edit mie using exiftool and even write it back into another image file.

Greetings,
Bogdan
Direct Responses: 6894 | Write a response