ImageOptimizer icon indicating copy to clipboard operation
ImageOptimizer copied to clipboard

Feature: try to auto detect compression-quality

Open voku opened this issue 8 years ago • 1 comments

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

The quality-detection works for JPEGs (https://github.com/voku/dotfiles/blob/master/bin/img-min.sh#L108) and for PNGs, but for PNGs there is also an quality-range-setting for pngquant (https://github.com/voku/dotfiles/blob/master/bin/img-min.sh#L74).

PS: here you can test the script: http://image-api.suckup.de/

voku avatar Feb 14 '17 08:02 voku

Good suggestion, i will take a deeper look on that feature in the next weeks

gtuk avatar Mar 18 '17 12:03 gtuk