ImageMagick

1.wget http://www.imagemagick.org/download/ImageMagick.tar.gz

2.tar xvfzImageMagick.tar.gz

3.cdImageMagick

4../configure--with-bzlib=yes--with-fontconfig=yes--with-freetype=yes--with-gslib=yes--with-gvc=yes--with-jpeg=yes--with-jp2=yes--with-png=yes--with-tiff=yes--disable-shared

5.make

6.sudo make install

7.sudo ldconfig/usr/local/lib

8.run again"convert -list configure"andlook at changes

你可能感兴趣的:(ImageMagick)