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

URI format #16

Open
Crojach opened this issue Aug 4, 2022 · 1 comment
Open

URI format #16

Crojach opened this issue Aug 4, 2022 · 1 comment

Comments

@Crojach
Copy link

Crojach commented Aug 4, 2022

I am trying to load an image in base 64 (data:application/octet-stream;base64,/9j/4AAQSk....) format but I always get the Error: unknown protocol: data. I am getting a blob from the server which I convert to base64 to display in the app. Should I do something special with it to be able to get the size?

@wh201906
Copy link
Contributor

wh201906 commented Nov 9, 2023

According to the current implementation of this library, it doesn't support the data schema.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants