How to use ”ImageMagick-convert’ on Centos 6

2017年1月30日

源码包下载:
wget -c http://soft.vpser.net/lnmp/lnmp1.6.tar.gz
./addons.sh install imagemagick
设置环境变量:
echo “export PATH=$PATH:/usr/local/ImageMagick/bin” >> /etc/profile
移除旧版本:
yum remove ImageMagick -y
加载环境变量:
source /etc/profile
验证版本安装是否成功:
convert -version
Version: ImageMagick 7.0.1-2 Q16 x86_64 2016-05-05 http://www.imagemagick.org
下载ImageMagick-convert
wget -N –no-check-certificate https://github.com/t-nashi/ImageMagick-convert/blob/master/convert.sh
chmod +x convert.sh
./convert.sh

声明: 本文采用 BY-NC-SA 协议进行授权. 转载请注明转自: How to use ”ImageMagick-convert’ on Centos 6
本文的评论功能被关闭了.