Download the PHP package bingher/zipimg without Composer
On this page you can find all versions of the php package bingher/zipimg. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package zipimg
ZipImg 一个PHP图片压缩利器
安装
使用
注意事项
-
php.ini
需要开启shell_exec
函数 -
windows环境 已经内置了压缩用的exe程序(32位),理论上直接用就行
-
linux环境 需要编译安装
pngguant
,guetzli
,mozjpeg
python服务
1. php客户端远程调用python服务端进行图片压缩
由于生产环境php一般会禁用执行命令行等危险函数,可以考虑用开启python服务端,然后php进行调用实现图片压缩
- 进入
vendor/bingher/zipimg/python
目录 -
安装python库
-
开启服务
- 远程调用
2. python自动监控压缩图片
参数 | 必须 | 说明 |
---|---|---|
-w 或 --watch-dir |
Y | 监控目录 |
-a 或 --app-path |
N | windows环境下如果移动了auto_zipimg.py 需要指定压缩软件的目录为vendor/bingher/zipimg/lib |
-p |
N | 表示运行后会对监控目录原先的图片文件进行遍历压缩一遍 |
All versions of zipimg with dependencies
PHP Build Version
Package Version
The package bingher/zipimg contains the following files
Loading the files please wait ....