Homebrew installation of ImageMagick can't find libtiff
Posted: 2015-04-04T13:57:24-07:00
I'm getting the following error for tiff commands.
no decode delegate for this image format 'TIFF' @ error/constitute.c/ReadImage/501
I'm running ImageMagick 6.9.0-10 Q16 x86_64 installed via homebrew (http://brew.sh). I also installed libtiff via homebrew. Computer is running OS X Mavericks 10.10.2
I first tried uninstalling ImageMagick (brew uninstall imagemagick && brew cleanup) and reinstalled it just in case it picked up libtiff — no result
convert -list configure yields DELEGATES bzlib mpeg freetype jng jpeg lzma png xml zlib
I tried editing delegates.xml in the CONFIGURE_PATH, commenting out
<!-- <delegate decode="tiff" encode="launch" mode="encode" command=""gimp" "%i""/> -->
and adding
<delegate decode="tiff" encode="launch" mode="encode" command=""libtiff" "%i""/>
Do I need to 'restart' imagemagick in someway so it re-reads the delegates.xml file? Or is there some other step I'm missing?
Thanks for any help or advice
no decode delegate for this image format 'TIFF' @ error/constitute.c/ReadImage/501
I'm running ImageMagick 6.9.0-10 Q16 x86_64 installed via homebrew (http://brew.sh). I also installed libtiff via homebrew. Computer is running OS X Mavericks 10.10.2
I first tried uninstalling ImageMagick (brew uninstall imagemagick && brew cleanup) and reinstalled it just in case it picked up libtiff — no result
convert -list configure yields DELEGATES bzlib mpeg freetype jng jpeg lzma png xml zlib
I tried editing delegates.xml in the CONFIGURE_PATH, commenting out
<!-- <delegate decode="tiff" encode="launch" mode="encode" command=""gimp" "%i""/> -->
and adding
<delegate decode="tiff" encode="launch" mode="encode" command=""libtiff" "%i""/>
Do I need to 'restart' imagemagick in someway so it re-reads the delegates.xml file? Or is there some other step I'm missing?
Thanks for any help or advice