-
Notifications
You must be signed in to change notification settings - Fork 143
Support for images #50
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
Comments
This has been discussed in #13, and Dale has an explainer for a proposed WebCodecs-like API: https://github.com/dalecurtis/image-decoder-api/blob/master/explainer.md. |
I'll have PR out shortly. |
I'll note that the PR is about decoding, not encoding, so this needs to stay open once merged. I certainly agree that starting with the decoding side is the right move though, and this can be shipped gradually. |
Sounds good. Yes we didn't prioritize image encoding since that already exists to a certain extent: |
Is there a path for using this proposal to encode/decode images?
I'm suspecting it's possible by implementing the image container and somehow getting the binary keyframe out, but how to plumb this is somewhat unclear.
Given that a lot of developers have been asking for functionality to encode/decode images without using an HTMLImageElement as an intermediary, it would be nice to have this use case covered.
The text was updated successfully, but these errors were encountered: