Extract JPG from Capture One's EIP raw format?

Started by fsayed, March 03, 2023, 02:25:49 PM

Previous topic - Next topic

fsayed

i am trying to use the command posted by Phil to extract the preview from a eip file, but for some reason the preview i get is 0 kb

unzip -p /tmp/Lifestyle-Neon-LA.eip 0.iiq | exiftool -previewimage -b - > /tmp/previeweip.jpg

can anyone help?

Phil Harvey

Unzip the eip to see what files it contains, then check those for previews with this command:

exiftool -preview:all FILES

- 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 ($).

fsayed

Thanks Phil tuned out the preview that was stored in my file was Tiff so using ThumbnailTIFF worked!