ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: DS256 on April 19, 2021, 07:51:16 AM

Title: Understanding Embedded Image
Post by: DS256 on April 19, 2021, 07:51:16 AM
I have a special project where I an extracting the embedded JPG from a FILE image to the format filename_EXT.jpg. I'm trying to understand if selecting "Preview Image" is an industry standard.

I shoot Nikon and Olympus. When I test a couple of images this what I see in available embedded images. To be honest, I didn't know there was more than one:

QuoteC:\Users\xxx\Pictures\_temp>exiftool -preview:all .
======== ./20141006_113415.NEF
Jpg From Raw                    : (Binary data 2353332 bytes, use -b option to extract)
Preview Image                   : (Binary data 101280 bytes, use -b option to extract)
Thumbnail TIFF                  : (Binary data 57816 bytes, use -b option to extract)
======== ./20180209_112550.ORF
Thumbnail Image                 : (Binary data 7702 bytes, use -b option to extract)
Preview Image                   : (Binary data 1271246 bytes, use -b option to extract)
    1 directories scanned
    2 image files read

If I set up a batch routine to always select "Preview Image", will one always be available for any RAW file?
Title: Re: Understanding Embedded Image
Post by: Phil Harvey on April 19, 2021, 08:32:22 AM
PreviewImage won't necessarily be available.
Title: Re: Understanding Embedded Image
Post by: DS256 on April 19, 2021, 09:33:27 AM
Thanks for the classification Phil. I should be ok until I change the model of cameras I use.
Title: Re: Understanding Embedded Image
Post by: StarGeek on April 19, 2021, 11:00:24 AM
If you check the example.config file (https://raw.githubusercontent.com/exiftool/exiftool/master/config_files/example.config), there's a tag there called BigImage which will select the largest preview image in the file.
Title: Re: Understanding Embedded Image
Post by: DS256 on April 19, 2021, 11:51:29 AM
Thanks Stargeek. I can use that to make a SmallImage.