Dev with Serdar
Learn coding in Python, Go and Rust from Serdar Yegulalp, software dev specialist and senior writer at InfoWorld.
Text drawing and screen capture with Pythonβs Pillow library
Overview
Python's Pillow library, for image manipulation, has features above and beyond merely resizing, rotating, cropping, or recoloring images. In this video we'll see how Pillow can be used to add text captions to image, take snapshots of the screen, or work with image data copied to the system clipboard.


