文件名称:webp8:用于将图像转换为webp格式的命令行工具
文件大小:10.67MB
文件格式:ZIP
更新时间:2024-03-03 17:37:53
php webp command-line-tool PHP
web8p是用于将图像转换为webp格式的命令行工具 如何安装 curl -L -o webp8.phar https://github.com/8ctopus/webp8/releases/download/v0.1.5/webp8.phar # check hash against the one published under releases sha256sum webp8.phar # make phar executable chmod +x webp8.phar # rename phar (optional) mv webp8.phar webp8 # move phar to /usr/local/bin/ (optional) mv webp8 /usr/local/bin/ 将图像转换为webp ./webp8 convert [--multithreading]
【文件预览】:
webp8-master
----.gitignore(66B)
----images()
--------coco.jpg(211KB)
--------subdir1()
--------Tokina-16-28mm-f2.8-Sample-Images-7.jpg(854KB)
--------subdir2()
----src()
--------CommandCleanup.php(2KB)
--------Helper.php(4KB)
--------CommandConvert.php(8KB)
--------Compiler.php(2KB)
--------webp8.php(383B)
----LICENSE(1KB)
----composer.json(486B)
----composer.lock(26KB)
----README.md(3KB)
----.vscode()
--------launch.json(995B)
----webp8.code-workspace(43B)
----webp8.sublime-project(365B)