osx - Imagemagick jpeg decode delegate missing with OS X Homebrew install -


i converted macports homebrew , previous macports imagemagick install working fine. followed homebrew instructions chown /usr/local (somewhat apprehensively) , remove /usr/local/include , /usr/local/lib. when trying work jpeg images, imagemagick chokes with:

no decode delegate image format

here list of relevant command output. can see, no jpeg/jpg delegate can found.

convert -list configure => delegates bzlib freetype png x11 xml zlib

identify -list configure => delegates bzlib freetype png x11 xml zlib

however, jpeg lib installed part of imagemagick dependencies, i'm not sure what's going on here.

brew list => imagemagick jasper jpeg libtiff little-cms nginx pcre

brew doctor => your os x ripe brewing. troubles may experiencing purely psychosomatic.

identify --version => version: imagemagick 6.6.7-9 2011-04-06 q16

any ideas?

andrei, solution got me in right direction.

but a

brew install --force jpeg brew install --force imagemagick 

that got working me.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -