Image-ExifTool - Re: How to extract the full size Jpeg preview from a DNG

Posted on Thu Mar 6 18:25:37 2008 by bogdan in response to 7276 (See the whole thread of 6)
Re: How to extract the full size Jpeg preview from a DNG
Hi,

Adobe DNG Converter (and Lightroom, AFAIK) can create DNG file which can contain medium or full size preview (but not both in single file). Before extracting preview, you should know which size DNG contain.

To extract medium preview, use:
exiftool -b -PreviewImage FileName.dng>MediumPreview.jpg

To extract preview image from DNG which has embedded full preview, use:
exiftool -b -JpgFromRaw FileName.dng>FullPreview.jpg

So, for example, using -JpgFromRaw with dng which has embedded Medium size preview, will give you nothing.
I hope that will help you... Greetings,
Bogdan
Direct Responses: 7283 | Write a response