Da ich meine Fotos immer im RAW Format - NEF mache, wollte ich hier nur ganz schnell zeigen wie man aus seinem NEF die dortige versteckte JPEG Datei Extrahiert. In jedem NEF schlummert diese vor sich her, jedoch nur in BASIC aufgenommen was ca. einer Kompression von 1:16 entspricht.
exiftool -b -JpgFromRaw dsc_0001.nef > dsc_0001.jpg
Die Option -b ist fuer binary output d.h. zum extrahieren eingebetteter Daten gedacht.
Output requested data in binary format without tag names or descriptions. This option is mainly used for extracting embedded images, but it may also be useful in separating values of list-type tags since a newline is used instead of a comma to separate these values in the -b output.