King
Administrator
- Joined
- Jul 12, 2021
- Messages
- 25,005
- Reaction score
- 5
- Points
- 38
Image Manipulation With Python And Pillow
Last updated 6/2018
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 540.44 MB | Duration: 0h 53m
Learn how to edit images programmatically
What you'll learn
Convert images to other file formats automatically
Transform images through resizing, flipping, and adding filters
Crop images dynamically
Remove solid color backgrounds
Write a simple command line application
Add logos
Create your own watermarks
Requirements
Basic understanding of Python data types and functions
Ability to install Python dependencies, i.e. "pip install ..."
Access to a computer
Description
Pillow is a free and open source library for the Python programming language that allows you to easily create and manipulate images.In this course, we'll take a hands-on approach to learning the library with several projects:A command line application to convert image file typesA tool to detect the edges of an object to crop around itResizing and adding logos and watermarks dynamically to a source imageRemoving solid backgrounds similar to the Chroma key effectAll of the source code is included with the course, so you can learn by coding along, watching the videos, or refactoring the code to meet your needs.If you're looking to automate your image editing workflow, expand your knowledge of Python, or are seeking your next creative project, this course is a must for you.
Overview
Section 1: Welcome!
Lecture 1 Welcome & Setup
Section 2: Project #1: Image Converter
Lecture 2 Opening an Image
Lecture 3 Displaying an Image
Lecture 4 Converting and Saving Images
Lecture 5 Creating a Command Line Tool
Section 3: Geometric Transformations: Resizing, Rotating, Flipping
Lecture 6 Resizing Images
Lecture 7 Creating Thumbnails
Lecture 8 Rotating and Flipping
Lecture 9 Cropping
Section 4: Project #2: Smart Cropping
Lecture 10 Smart...
Read more
Continue reading...