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

How to get base64 image as jpeg ?? #327

Open
kkarthik14 opened this issue Aug 5, 2021 · 1 comment
Open

How to get base64 image as jpeg ?? #327

kkarthik14 opened this issue Aug 5, 2021 · 1 comment

Comments

@kkarthik14
Copy link

kkarthik14 commented Aug 5, 2021

currently getting the fromData as like data:image/png;base64,iVBORw.... , how to get image as jpeg?? like data:image/jpeg;base64,iVBORw....

@MitchellBouwman
Copy link

Then you got to decode the base64 data to a image.

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