ImageMagick是一套功能强大、稳定而且开源的工具集和开发包,可以用来读、写和处理超过89种基本格式的图片文件,包括流行的TIFF、JPEG、GIF、 PNG、PDF以及PhotoCD等格式。利用ImageMagick,你可以根据web应用程序的需要动态生成图片, 还可以对一个(或一组)图片进行改变大小、旋转、锐化、减色或增加特效等操作。
安装ImageMagick:
0 1 2 3 4 5 |
[root@hk byrd]# cd /byrd/tools/ [root@hk tools]# wget http://www.imagemagick.org/download/ImageMagick.tar.gz [root@hk tools]# tar zxf ImageMagick.tar.gz [root@hk tools]# cd ImageMagick-6.8.9-1/ [root@hk ImageMagick-6.8.9-1]# ./configure [root@hk ImageMagick-6.8.9-1]# make && make install |
安装Imagick:
0 1 2 3 4 5 6 |
[root@hk tools]# wget http://pecl.php.net/get/imagick-3.1.1.tgz [root@hk tools]# tar zxf imagick-3.1.1.tgz [root@hk tools]# cd imagick-3.1.1 [root@hk imagick-3.1.1]# /usr/local/php/bin/phpize [root@hk imagick-3.1.1]# ./configure --with-php-config=/usr/local/php/bin/php-config [root@hk imagick-3.1.1]# make && make install [root@hk imagick-3.1.1]# echo 'extension = imagick.so' >>/usr/local/php/lib/php.ini |
申明:本文由BYRD原创(基于PHP 5.5.11),未经许可禁止转载!
参考:http://www.imagemagick.org/script/install-source.php#unix
缓存扩展:http://note.t4x.org/system/opcache-xcache-memcache/
官方资料:http://www.php.net/manual/zh/book.imagick.php SourceByrd's Weblog-https://note.t4x.org/system/php-imagick-extension/
申明:除非注明Byrd's Blog内容均为原创,未经许可禁止转载!详情请阅读版权申明!
Trackbacks