-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add support to animated webp #325
Comments
Yeah, we don’t support animation at all currently. Not sure if we are ever gonna fix that considering the amount of work we’d have to go through to decode and show animated formats via wasm. |
Hi @bkizzy thanks for the feature suggestion! We had meeting today & concluded that this is nice-to-have-but-not-now feature. We think this will be great addition but a lot to sort out (both UX & tech). We'll keep this issue open but probably not be able to get to it in foreseeable future. |
We might consider this once shssoichiro/oxipng#79 (or a similar tool) supports it |
I don’t think we will support animations any time soon for either WebP, AVIF or JPEG-XL. |
result: Only 1st frame of animated webp is preserved.
expected result: Entire webp is downloaded
The text was updated successfully, but these errors were encountered: