ImageMagick 找不到 jpeg

worren.net 因為某些原因須要使用 ImageMagick in FreeBSD , 安裝後, 卻無法存取 jpeg , 說是找不到 …

事實上, 系統已經安裝最新的 jpeg-9d 了 . 但 pkg-config -list-all 是找沒有的 . 這樣 , 在編譯 ImageMagick 時就要注意了 . 解決方法如下 , 就是在做 configure 的時後要加入以下參數 :
./configure CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib –prefix=/usr/local –without-perl –with-jpeg –with-png
注意 , CPPFLAGS=-I/usr .. 這個 -I 和 /usr 之間是沒有空格的 .

gmake install  , 之後 , 再跑一次 identify -version , 可以看到以下 :

Version: ImageMagick 7.0.11-4 Q16 x86_64 2021-03-20 https://imagemagick.org
Copyright: (C) 1999-2021 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC HDRI
Delegates (built-in): bzlib jbig jng jpeg png tiff xml zlib

 

Share your vote!


Do you like this post?
  • Fascinated
  • Happy
  • Sad
  • Angry
  • Bored
  • Afraid

Leave a Reply

Your email address will not be published. Required fields are marked *


Please help to input verification code