Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gif converted but not optimized #33

Open
EmmanuelBeziat opened this issue Feb 26, 2021 · 0 comments
Open

Gif converted but not optimized #33

EmmanuelBeziat opened this issue Feb 26, 2021 · 0 comments

Comments

@EmmanuelBeziat
Copy link

Infos

  • imagemin-webp version: 6.0.0

Code

config: [{
	test: /\.(jpe?g|png|gif)/,
	options: {
		quality: 75,
		lossless: false
	}
}]

Result

While the gif files are converted to webp format, there's absolutely zero optimization done on them. The weight remains unchanged. It works for png and jpg without any problem.

By using an external tool (https://ezgif.com/gif-to-webp), the optimization is done and the weight reduce significantly.

Did I miss anything in the doc, or is it a bug from the plugin?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant