"--with-jasper" broken in ImageMagick 6.8.8 (OS X)
Posted: 2014-04-04T15:23:23-07:00
Hello,
First, I am not very knowledgeable, so I compile ImageMagick using Homebrew ("brew" command). Second, I need ImageMagick to work with "jp2" files. With previous versions of ImageMagick (meaning 6.8.7 and prior), I did:
and it worked (it added "jp2" file support to ImageMagick). But with the latest version (meaning 6.8.8), it stopped working. "jp2" files are not supported. When I type:
I get with ImageMagick 6.8.8:
when it should say:
Any ideas?
First, I am not very knowledgeable, so I compile ImageMagick using Homebrew ("brew" command). Second, I need ImageMagick to work with "jp2" files. With previous versions of ImageMagick (meaning 6.8.7 and prior), I did:
Code: Select all
brew install imagemagick --with-jasper
Code: Select all
convert -list configure | grep DELEGATES
Code: Select all
DELEGATES bzlib mpeg freetype jng jpeg lcms png tiff xml zlib
Code: Select all
DELEGATES bzlib mpeg freetype jng jp2 jpeg lcms png tiff xml zlib