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
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
thanks Phil.