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…
Keep reading with a 7-day free trial
Subscribe to The Python Papers to keep reading this post and get 7 days of free access to the full post archives.