Download the PHP package 8ctopus/webp8 without Composer
On this page you can find all versions of the php package 8ctopus/webp8. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download 8ctopus/webp8
More information about 8ctopus/webp8
Files in 8ctopus/webp8
Download 8ctopus/webp8
More information about 8ctopus/webp8
Files in 8ctopus/webp8
Vendor 8ctopus
Package webp8
Short Description command line tool to convert images to webp
License MIT
Homepage https://github.com/8ctopus/webp8
Package webp8
Short Description command line tool to convert images to webp
License MIT
Homepage https://github.com/8ctopus/webp8
Please rate this library. Is it a good library?
Informations about the package webp8
webp8
webp8 is a command line tool to convert images to webp format
how to install
You have the choice between:
- composer install
composer require 8ctopus/webp8
- download the phar
- or build it yourself
Windows only
- download and extract cwebp.exe from libwebp
- add
cwebp.exe
to PATH (sysdm.cpl
->Advanced
->Environment Variables
) -
download webp8
- check hash against the one published under releases
convert images to webp
NOTE: converted images that are bigger in webp format are automatically deleted since the whole point is to get smaller images. You can see the bigger images in the webp bigger
column.
delete existing webp images
htaccess code to show webp instead of png/jpg when browser supports
Code adapted from webp-express
for development
build phar
./build.sh
debug code
php src/EntryPoint.php convert -- images
# cleanup test dir
git clean -xfd images
improvement ideas
- add hint on how to install on windows
All versions of webp8 with dependencies
PHP Build Version
Package Version
No informations.
The package 8ctopus/webp8 contains the following files
Loading the files please wait ....