On Raws

Started by evilaro, November 19, 2010, 05:50:23 AM

Previous topic - Next topic

evilaro


Hi:

Out my little knowledge I would like to know
a bit more on Raws in order to work with them.

a) could I assume that ALL raws come with a thumbnail?
b) Are this thumbnails a standard or each manufacturer makes them
    diferent in kbytes size, pixel size different etc
c) what happens with the thumbnail if you retouch the Raw...
    does it chages accordingly (I assume it is not so)

At last but not the least...
d) How do you get the thumbnail using exiftool?

Thanks

Emilio



   
www.evilfoto.eu
*************

Phil Harvey

a) exiftool does not extract thumbnails from all types of RAW images

b) typically thumbnails are 160x120 pixels, but not always

c) i don't know of any software that updates the native RAW image thumbnail (exiftool will write it, but you need to generate the image using some other software)

d) exiftool -thumbnailimage -b FILE > thumb.jpg

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

evilaro

Thanks Phil:

That makes it very clear.

Emilio


Quote from: Phil Harvey on November 19, 2010, 07:12:34 AM
a) exiftool does not extract thumbnails from all types of RAW images

b) typically thumbnails are 160x120 pixels, but not always

c) i don't know of any software that updates the native RAW image thumbnail (exiftool will write it, but you need to generate the image using some other software)

d) exiftool -thumbnailimage -b FILE > thumb.jpg

- Phil
www.evilfoto.eu
*************