-
Notifications
You must be signed in to change notification settings - Fork 139
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
Image encoding API #204
Comments
Seems reasonable, the existing image encoding path only operates on canvas: |
Canvas.toBlob does not address any file format that supports animation. For static images this is fine but it would be incredibly useful to combine a bunch of VideoFrames into a GIF or animated PNG. |
FWIW, you can assemble an aPNG from multiple |
Since I was curious if it could actually be done, here's a demo assembling an APNG from PNG files for those curious: https://dalecurtis.github.io/apng-assemble/ |
Thank you, this is truly very helpful. |
No progress and no plans on this issue for 3 years. |
#152 is the initial PR adding image decoding support, but image encoding needs to be added to the spec.
The text was updated successfully, but these errors were encountered: