Closed riyuzenn closed 2 years ago
When I'm getting the data of an image through url especially from the url of discord avatar, storing the data content in BytesIO rather than saving or downloading it makes it easier to work with.
Actually easy_pil.utils has method called load_image(url) or load_image_async(url)
load_image(url)
load_image_async(url)
But thanks for your contribution. I will merge it after testing.
When I'm getting the data of an image through url especially from the url of discord avatar, storing the data content in BytesIO rather than saving or downloading it makes it easier to work with.