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

Expose browser's image decoding APIs (JPEG, PNG, etc) #161

Open
janpaul123 opened this issue Mar 23, 2022 · 0 comments
Open

Expose browser's image decoding APIs (JPEG, PNG, etc) #161

janpaul123 opened this issue Mar 23, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@janpaul123
Copy link
Contributor

This is typically faster than compiling the image crate to Wasm (see e.g. #159). For native builds we can use such a crate.

APIs like https://developer.mozilla.org/en-US/docs/Web/API/createImageBitmap are async so we might want to use the Task Worker again to make this synchronous.

@janpaul123 janpaul123 added the enhancement New feature or request label Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant