chrisdwheatley / netlify-plugin-image-optim

Optimize images as part of your Netlify build process. Optimizes PNG, JPEG, GIF and SVG file formats.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Progressive JPEG transcoding?

julianrubisch opened this issue · comments

Is it possible to supply a configuration option that will allow to use imagemin-jpegtran's progressive option?

https://github.com/imagemin/imagemin-jpegtran

I'll gladly supply a PR if you concur!

I'd also really like this feature. Currently Zola doesn't support encoding jpegs as progressive and this plugin being able to re-encode jpegs to progressive would be invaluable.