Search found 3 matches

by other_other
2015-04-04T16:12:51-07:00
Forum: Users
Topic: Homebrew installation of ImageMagick can't find libtiff
Replies: 4
Views: 3810

Re: Homebrew installation of ImageMagick can't find libtiff

Found the fix on StackOverflow:

http://stackoverflow.com/questions/9586 ... e-delegate

Short version is use the below

Code: Select all

brew reinstall imagemagick --with-libtiff
by other_other
2015-04-04T15:30:07-07:00
Forum: Users
Topic: Homebrew installation of ImageMagick can't find libtiff
Replies: 4
Views: 3810

Re: Homebrew installation of ImageMagick can't find libtiff

Neither lists tiff

Where should libtiff be installed for proper discovery by IM?

Though it seems that installing manually is faster than trying to fix a flaky homebrew install.
by other_other
2015-04-04T13:57:24-07:00
Forum: Users
Topic: Homebrew installation of ImageMagick can't find libtiff
Replies: 4
Views: 3810

Homebrew installation of ImageMagick can't find libtiff

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 ...