gulp-imageoptim icon indicating copy to clipboard operation
gulp-imageoptim copied to clipboard

Gulp plugin to optimize images using ImageOptim

Results 5 gulp-imageoptim issues
Sort by recently updated
recently updated
newest added

Hi there! Thanks for the extremely useful plugin. My issue is that when no images are passed through to this plugin (for example, filtering via [newer](https://www.npmjs.com/package/gulp-newer) after a delete event),...

Should ImageAlpha be used alongside ImageOptim? Ive ran a test gulp task and manual process on the same images and i get a better result from the manual process (ImageAlpha...

Is there an option to set lossy vs lossless, and set the target quality?

I’m getting the following error when I try to run my images gulp task ``` { [Error: Command failed: bash node_modules/gulp-imageoptim/scripts/optimize.bash b7548d98bb65523ae6d042877f679cec --jpegmini ] killed: false, code: 1, signal: null,...

Every time I use gulp watch with ImageOptim, it multiply the length of files by itself. For example: - 2 new files, it try to minify 4 files; - 3...