The K100D PEF images contain 3 jpgs, the ThumbNailImage,
PreviewImage and JpgFromRaw:
> exiftool PentaxK100D.pef -thumbnailimage -b > a.jpg
> exiftool a.jpg -imagesize
Image Size : 160x120
> exiftool PentaxK100D.pef -previewimage -b > a.jpg
> exiftool a.jpg -imagesize
Image Size : 640x480
> exiftool PentaxK100D.pef -jpgfromraw -b > a.jpg
> exiftool a.jpg -imagesize
Image Size : 3008x2000
- Phil