Linux下ImageMagick和MagicWand For PHP的安装
ImageMagick是Linux下功能强大的服务器端图片处理工具,其功能比gd强大多了,典型的就是可以支持动态gif处理。MagicWand For PHP可以将ImageMagick编译成一个PHP可载入的模块,当然,也可以将它直接编译进PHP,这里介绍的是模块编译。
1.ImageMagick
./configure --prefix=/usr/local/imagemagick --enable-shared
make
make install
2.MagickWand For PHP
/usr/local/php/bin/phpize
./configure[ --prefix=/usr/local/magickwand] --enable-shared --with-php-config=/usr/local/php/bin/php-config --with-magickwand=/usr/local/imagemagick
make
make install
3.将编译成功的magickwand.so加入到php.ini中,如extension="/usr/local/php/lib/magickwand.so",重启Apache即可。
相关推荐
Noneyes 2020-11-10
zyyjay 2020-11-09
xuebingnan 2020-11-05
samtrue 2020-11-22
stefan0 2020-11-22
yifangs 2020-10-13
songshijiazuaa 2020-09-24
hebiwtc 2020-09-18
天步 2020-09-17
83911535 2020-11-13
whatsyourname 2020-11-13
zhouyuqi 2020-11-10
mathchao 2020-10-28
王志龙 2020-10-28
wwwsurfphpseocom 2020-10-28
diskingchuan 2020-10-23
savorTheFlavor 2020-10-23