Error: Not a D4... etc. nef file on iMac Sierra

Started by ralf11, October 26, 2017, 04:52:12 PM

Previous topic - Next topic

Hayo Baan

Hmm, that look good, ah, and I think I know why my initial command didn't work. Can you try this:
perl -I /usr/local/bin/lib ./extract_preview ...
Hayo Baan – Photography
Web: www.hayobaan.nl

Phil Harvey

You can either put extract_preview in /usr/local/bin, or change this line in extract preview from this

push @INC, '/usr/bin/lib', 'lib';

to this

push @INC, '/usr/local/bin/lib', 'lib';

I have updated the extract_preview script here with this change.

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

ralf11