-
Notifications
You must be signed in to change notification settings - Fork 17
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
Support for embedded image decoding #9
Comments
I managed to do this by adding Resulting jxl.js looks like this |
Thanks, but what's the real world use case for this? |
It allows me not to deal with image files, since they are all embedded into single file, i.e. all images, js, css and etc. You can think of it as something similar to SingleFile. |
The MIME type |
How to do this with blob image data? |
It would be fine to check for either MIME type as there are no conflicts with other types. |
Decoding support for base64 embedded jpeg xl images would be nice. Any plans for that?
The text was updated successfully, but these errors were encountered: