淡定在黑暗和黎明时分!!!
2008年四月
Imagemagick安装和配置
四 1st
首先到http://www.Imagemagick.org去下载有关软件包来安装和配置
1.安装Imagemagick(6.3.9-10):
./configure –prefix=/usr/local/ImageMagick –enable-shared –enable-lzw LDFLAGS=”-L/usr/lib” CPPFLAGS=”-I/usr/include”
2.安装Imagemagick2.1.0-rc(PHP客户端工具为例):
./configure –with-php-config=/usr/local/php/bin/php-config –with-imagick=/usr/local/ImageMagick
3.安装附加软件magickwand1.7.0(PHP为例):
./configure –with-php-config=/usr/local/php/bin/php-config –with-magickwand=/usr/local/ImageMagick
以上安装测试在linux AS4上调试成功.WEB环境是:Apache2.0.55+Php5
大家要以在PHP4版上可以进行调试一下.PHP4这个环境我没有试过.请大家也要以尝试一下.
关于其他Imagemagick客户端软件有java、perl、python、C++等等有兴趣可以调试一下。