tlissak/imageoptimisation

Windows image optimisation using binnaries jpegtran,pngquant,gifsicle

1.1 2018-11-06 10:26 UTC

This package is auto-updated.

Last update: 2024-09-06 23:57:06 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() ;