D
D
Denis2016-02-11 00:25:19
gulp.js
Denis, 2016-02-11 00:25:19

Gulp image optimization plugin?

Which plugin to optimize images in gulp? Needed for png, svg, jpg, gif extensions.
I try gulp-imagemin and imagemin-pngquant from github, it doesn't copy/optimize more than one image from the folder.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Serj-One, 2016-02-11
@valetu

For png and jpg, the best option is gulp-tinypng , which works through the tinypng api . In terms of quality, it is an order of magnitude superior to all competitors. Free 500 images per month, more - $0.009 per image.
Alternatively, there is kraken . ($9 for 2GB), the quality is slightly lower, but also excellent.
Completely local solutions are insanely far from their quality. But if we consider such options - sometimes I use gulp-image-optimization , this is a slightly redesigned well-known gulp-imagemin .
About

does not copy/optimize more than one image
It's not about plugins. It's probably something you're doing wrong.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question