MacOSXLionの新規インストールでImageMagickがJPEGを変換しないという問題がありました。休眠エラーが発生していました:
convert: unable to open module file `/Users/natewade/.magick/jpeg.la': No such file or directory @ warning/module.c/GetMagickModulePath/813.
convert: no decode delegate for this image format `test1.jpg' @ error/constitute.c/ReadImage/544.
convert: no images defined `test1.jpg' @ error/convert.c/ConvertImageCommand/3044.
ただし、gifやその他の形式での変換は正常に機能しました。グーグルを回った後、2006年までオンラインで同じ問題を抱えている多くの人々に出くわしました。しかし、彼らの誰も解決策を投稿していませんでした。
イメージマジックを設定すると、次のことに気付く場合があります。
checking for JPEG...
checking jconfig.h usability... no
checking jconfig.h presence... no
checking for jconfig.h... no
checking jerror.h usability... no
checking jerror.h presence... no
checking for jerror.h... no
checking jmorecfg.h usability... no
checking jmorecfg.h presence... no
checking for jmorecfg.h... no
checking jpeglib.h usability... no
checking jpeglib.h presence... no
checking for jpeglib.h... no
checking for jpeg_read_header in -ljpeg... no
checking for JPEG library is version 6b or later... no
checking if JPEG package is complete... no