Python: Image Manipulation
Workshop Resources
Introduction
This workshop will provide an introduction to manipulating images in python.
Applications like Instagram and Snapchat allow its users to modify their images. For example, you can rotate your image and make it black and white. Ever wondered how these apps do it? The answer is using code!
Today, we’re going to learn how to do some image manipulations using Python!