tlissak/imageoptimisation

Windows image optimisation using binnaries jpegtran,pngquant,gifsicle

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/tlissak/imageoptimisation

1.1 2018-11-06 10:26 UTC

This package is auto-updated.

Last update: 2025-10-07 02:56:15 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() ;