tlissak / imageoptimisation
Windows image optimisation using binnaries jpegtran,pngquant,gifsicle
1.1
2018-11-06 10:26 UTC
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2025-04-07 01:27:16 UTC
README
PHP image optimisation using Windows binaries jpegtran (jpg), pngquant (png), gifsicle (gif)
Simply execute in commande line the binary path with file as argument
#composer
composer require tlissak/imageoptimisation
usage :
$imageoptimize = new ImageOptimisation('image.jpg') ; $imageoptimize->optimize() ;