Drawing on Images with Python and Pillow (Part I)
Pillow provides a drawing module called ImageDraw that you can use to create simple 2D graphics on your Image objects. According to Pillow’s documentation, “you can use this module to create new images, annotate or retouch existing images, and to generate graphics on the fly for web use.”
If you need more advanced drawing capabilities than what is includ…


