Invalid Base64 image url #20417
Closed
OtabekEshpulatov
started this conversation in
General
Replies: 1 comment 1 reply
-
|
It's because the bytes you get are for a RGBA image. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm extracting images from a PDF, and they are in uint8clampedarray format.
I want to convert the array into base64 format so I can process it later.
Here is how I'm trying to convert:
But still, it's producing an invalid BASE64 URL. What are your thoughts?
Beta Was this translation helpful? Give feedback.
All reactions