Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Learn Python's PIL (Python Imaging Library) module through a comprehensive 53-minute tutorial series covering essential image manipulation techniques. Master fundamental PIL operations starting with image creation using the New() function and opening existing images with Image Open. Explore advanced image processing capabilities including blending multiple images, compositing layers, and converting between different image formats and color modes. Develop skills in image editing through cropping, filtering, and resizing operations while understanding how to work with image dimensions and pixel data. Discover color analysis techniques using GetColors and GetPixel functions, and learn to extract raw image data with GetData. Practice image composition methods through the Paste function for combining images, create thumbnails for web optimization, and implement image transformations including rotation and precise resizing. Each tutorial focuses on practical applications of PIL functions, providing hands-on experience with Python's most popular image processing library for tasks ranging from basic image manipulation to complex graphic operations.
Syllabus
Python [PIL Image] 01 Introduction and New()
Python [PIL Image] 02 Image Open
Python [PIL Image] 03 The Blend Function
Python [PIL Image] 04 Composite
Python [PIL Image] 05 The convert() Function
Python [PIL Image] 06 Crop
Python [PIL Image] 07 Filter
Python [PIL Image] 08 Image Size
Python [PIL Image] 09 GetColors
Python [PIL Image] 10 GetPixel
Python [PIL Image] 11 GetData
Python [PIL Image] 12 The Paste Function
Python [PIL Image] 13 Thumbnail
Python [PIL Image] 14 The Resize Function
Python [PIL Image] 15 Rotate
Taught by
John Hammond