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

toBase64 doesn't work well with type webp and iOS #625

Open
imperator-maximus opened this issue Aug 19, 2023 · 0 comments
Open

toBase64 doesn't work well with type webp and iOS #625

imperator-maximus opened this issue Aug 19, 2023 · 0 comments

Comments

@imperator-maximus
Copy link

imperator-maximus commented Aug 19, 2023

Hello,

toBase64("image/webp")
breaks for many images on iOS devices. I have not checked the internal code yet but I guess that native canvas operation is used here which allows only max 4096x4096 image size on (offscreen-)canvas on iOS.
Using image/png is quite slow but works btw.

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

1 participant