ImageOptimizer icon indicating copy to clipboard operation
ImageOptimizer copied to clipboard

PHP image optimizer for png, jpeg and gif files. It uses mozjpeg, pngquant and gifsicle for the optimization process

Results 1 ImageOptimizer issues
Sort by recently updated
recently updated
newest added

Hi, I like your image-optimizer-wrapper for PHP and maybe you find some useful lines of code here: [https://github.com/voku/dotfiles/blob/master/bin/img-min.sh](https://github.com/voku/dotfiles/blob/master/bin/img-min.sh) The quality-detection works for JPEGs (https://github.com/voku/dotfiles/blob/master/bin/img-min.sh#L108) and for PNGs, but for PNGs...