gifsicle for linux ----------gif 图像处理
Posted 诚享人生
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gifsicle for linux ----------gif 图像处理相关的知识,希望对你有一定的参考价值。
1、gifsicle 在linux 中的使用
下载gifsicle yum install gifsicle
若发现没有此包 ,更新epel第三方软件库 sudo yum install epel-release
再次运行 yum install gifsicle
加载成功。
2、gifsicle --scale 1.2 -O2 --colors 128 /path/1.gif -o /path/6.gif 运行gifsicle 注意图片路径要正确。
3、通过php脚本进行执行gifsicle ,
$s= exec(‘gifsicle --scale 1.2 -O2 --colors 128 /path/1.gif -o /path/6.gif‘);
(注:exec() 中需要可能被禁用 需要通过修改php.ini 中disable_funciton ,去掉exec(),然后再重启服务器,才能执行成功)
注意php.ini的权限问题
lnmp restart 重启服务器
chmod -R 775 /文件夹及子文件
chmod 775 文件
以上是关于gifsicle for linux ----------gif 图像处理的主要内容,如果未能解决你的问题,请参考以下文章
markdown 将webm文件转换为GIF(使用FFmpeg和Gifsicle)
解决npm install各种报错的6种方案 Error: Command failed: cmd.exe autoreconf -ivf以及gifsicle pre-build test fail