ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: mrglu on September 19, 2013, 05:44:30 PM

Title: extract preview from IIQ file
Post by: mrglu on September 19, 2013, 05:44:30 PM
Hi exiftoolers,

I have been able to successfully extract previews from CR2 and NEF files but not from IIQ files. Is the command different? I'm fairly certain there is a preview embedded in the file.

Thanks,
Matt
Title: Re: extract preview from IIQ file
Post by: Phil Harvey on September 20, 2013, 07:22:59 AM
Hi Matt,

It looks like there aren't any preview images available in IIQ files (or at least if there are, ExifTool doesn't  yet extract them):

> exiftool ../pics -a -ext iiq | grep Bin
Raw Data                        : (Binary data 37990128 bytes, use -b option to extract)
Sensor Defects                  : (Binary data 194232 bytes, use -b option to extract)
Strip Offsets                   : (Binary data 48104 bytes, use -b option to extract)
Black Level Data                : (Binary data 22144 bytes, use -b option to extract)
Raw Data                        : (Binary data 26651196 bytes, use -b option to extract)
Sensor Defects                  : (Binary data 10552 bytes, use -b option to extract)
Strip Offsets                   : (Binary data 47158 bytes, use -b option to extract)
Black Level Data                : (Binary data 21976 bytes, use -b option to extract)


- Phil
Title: Re: extract preview from IIQ file
Post by: mrglu on September 20, 2013, 04:37:50 PM
thanks Phil.