sindresorhus / gulp-imagemin

Minify PNG, JPEG, GIF and SVG images
MIT License
1.9k stars 157 forks source link

Optimization .webp #349

Open alkorlos opened 3 years ago

alkorlos commented 3 years ago

Safari finally support webp exention. Now all browsers support progressive format, but there is no way to conveniently optimize it. imagemin-webp can convert to webp, can`t optimized webp.

Sorry for duplicate #205, but perhaps other defaults are relevant now, not the same as four years ago? I think now webp more important than gif. If you think this is still not default, please at least add webp to validExtensions to be able to optimize this format.

CCKNBC commented 3 years ago

求支持webp Asking for webp support

vHeemstra commented 3 years ago

As well as JPG, PNG and GIF to WebP conversion? (https://github.com/imagemin/imagemin-webp and https://github.com/imagemin/imagemin-gif2webp)