imagemagick安装(转)
对于imagemagick软件可以在官方上下载,我是从 sourceforge的下载的:http://sourceforge.net/projects/imagemagick/files/6.7.1-sources/速度很快
然后下载下来解压缩,
./configure –prefix=/usr/local/imagemagick –enable-lzw –with-modules && make && make install
基本上这样就可以了。
默认的就支持jpeg,png等图片
你也可以加入–without-xxx来禁止一些选项,具体的就 ./configure –help | grepwithout吧。
ok编译好了,需要的时间漫长的。
然后就可以测试了。
还可以参考:
http://blogold.chinaunix.net/u/11765/showart_237033.html
http://blog.csdn.net/jiangxinyu/article/details/1698994