I want to convert a web image to base64. I know how to do this now, saving the image as a .jpg file, and then using the base64 library to convert the .jpg file to a base64 string.
I am wondering if I can skip the image save step first?
Thank!
source
share