extract preview from IIQ file

Started by mrglu, September 19, 2013, 05:44:30 PM

Previous topic - Next topic

mrglu

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

Phil Harvey

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
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).