Drawing Rectangles with Rounded Corners with Pillow and Python
Pillow is a package devoted to working with images in Python. Starting in Pillow 8.2, there is a new drawing type: the rounded rectangle. A rounded rectangle lets you round the corners of the rectangle. So instead of sharp corners, you get rounded ones! You can read all about the new drawing type in the […]
Drawing Rectangles with Rounded Corners with Pillow and Python Read More »