tomkyle / negatives-linear-tiff

Converts RAW/NEF/CR2 files into linear TIFF files, using GNU Parallel for maximum speed. Other features: B/W grayscaling, TIF resizing and ZIP compression.
https://tomkyle.github.io/negatives-linear-tiff
Other
7 stars 1 forks source link

Message “mogrify: delegate library support not built-in” #1

Open tomkyle opened 7 years ago

tomkyle commented 7 years ago

mogrify is part of ImageMagick, and the delegate library is part of LitteCMS. Your local ImageMagick must be compiled with litte-cms2 support.

Solution as of May 2017: Reinstall imagemagick according to this solution:

$ brew remove imagemagick
$ brew install little-cms2 imagemagick --with-little-cms2