Closed dbaronov closed 6 years ago
@dbaronov Try this, and fixed confusing usage (d28f57a).
.pipe(image({
pngquant: ['--speed=10'],
optipng: false,
zopflipng: false,
jpegRecompress: true,
mozjpeg: false,
guetzli: false,
gifsicle: false,
svgo: true,
concurrent: 10
}))
@1000ch Thanks for this, still does not affect a speed too much as only 1 - 2 seconds faster.
@dbaronov
still does not affect a speed too much as only 1 - 2 seconds faster.
This is not a problem of this plugin, but pngquant itself 😅
I have this config:
Unless I am missing something, the pngquant : ['--speed=10'], does not do anything, as processing speed is the same as without this setting.
Any ideas?