How to Convert Image URL to base64 without downloading the file

QuestionsHow to Convert Image URL to base64 without downloading the file
sethbeckerman5 Staff asked 4 years ago

How would I be able to convert an image from a URL to base64 without downloading a file?
Example:
https://pbs.twimg.com/profile_images/1455185376876826625/s1AjSxph_400x400.jpg
I want to access this URL and convert the image to base64 without the need to download the image itself.
So far I can only do it by saving the file but is it possible to do it without downloading it?


View on Stack Overflow