ExifTool Forum

ExifTool => Bug Reports / Feature Requests => Topic started by: linuxuser on November 15, 2013, 07:42:29 PM

Title: DSC-RX100 and exiftool -jpgfromraw -b
Post by: linuxuser on November 15, 2013, 07:42:29 PM
ExifTool Version Number         : 9.40
[EXIF]          0x010f Make                            : SONY
[EXIF]          0x0110 Camera Model Name               : DSC-RX100
[EXIF]          0x0131 Software                        : DSC-RX100 v1.00



exiftool 120129051125_100001.arw -jpgfromraw  -b > 120129051125_100001.jpeg


The result is empty, but a jpg can be created with eg dcraw or ufraw-batch.

Same problem with a Canon PowerShot S110 and cr2, but it works with Pentax and PEF.
Title: Re: DSC-RX100 and exiftool -jpgfromraw -b
Post by: Phil Harvey on November 16, 2013, 08:14:30 AM
ExifTool does not generate a preview image.  It only extracts embedded previews if they exist.

- Phil
Title: Re: DSC-RX100 and exiftool -jpgfromraw -b
Post by: linuxuser on November 16, 2013, 08:39:12 AM
Thanks, how can I check easily if a preview is embedded?
Title: Re: DSC-RX100 and exiftool -jpgfromraw -b
Post by: Phil Harvey on November 16, 2013, 08:50:24 AM
I do this:

exiftool FILE | grep Binary

But if you don't have a 'grep' utillity:

exiftool -previewimage -jpgfromraw -otherimage -thumbnailimage -a FILE

should list most of the common embedded images.

- Phil