DSC-RX100 and exiftool -jpgfromraw -b

Started by linuxuser, November 15, 2013, 07:42:29 PM

Previous topic - Next topic

linuxuser

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.

Phil Harvey

ExifTool does not generate a preview image.  It only extracts embedded previews if they exist.

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

linuxuser

Thanks, how can I check easily if a preview is embedded?

Phil Harvey

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