DEV Community

Cover image for Generate images with Python PIL

Generate images with Python PIL

petercour on July 15, 2019

You can create your own images with Python code. So how do you start? First use the PIL module. The Python Image Library (PIL) lets you work with...
Collapse
 
autoferrit profile image
Shawn McElroy • Edited

PIL has been maintained for some time. You should be using pillow.

However I think there should be API partity but I'm not sure if it's in a drop in replacement or not.

But it's always good to k ow how to use this stuff.