安装imagemagick:
# ./configure --prefix=/usr/local/imagemagick --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
# make && make install
安装imagick:
解决依赖:
#libpng libpng-devel libjpeg libjpeg-devel freetype freetype-devel # phpize
# ./configure --with-php-config=/usr/local/php/bin/php-config --with-imagick=/usr/local/imagemagick
# make && make install
php.ini新增一行:
extension=imagick.so
重启Apache:
时间: 2024-11-03 05:19:37