Upload Image To Imgur After Resizeing In Pil
I am writing a script which will get an image from a link. Then the image will be resized using the PIL module and the uploaded to Imgur using pyimgur. I dont want to save the imag
Solution 1:
It looks like the same problem as this, and the solution is to use StringIO.
A common tip for searching such issues is to search using the generic part of the error message/string.
Post a Comment for "Upload Image To Imgur After Resizeing In Pil"