I am using PIL for my project and I have ImageDraw object. I want to get the image that is drawn on ImageDraw object. How do I get the image ?
It's simply:
original_image = edited_image._image
The im
object gets passed into ImageDraw
, then gets saved into the class variable _image
. That's about it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With