Python Pillow Tutorial | How to Combine Images in Python with Pillow

2 years ago
8

In this Python Pillow tutorial, we'll look at how we can use the Pillow library to mix images and create unique combinations.

In the world of NFTs, mixing images together from an asset library is a handy trick. This tutorial should be pretty friendly for beginners, but I assume you already have Python set up on your computer and know your way around.

In this quick video, we'll use the Python "Pillow" library (Python Image Library) to combine a few images into a single image.

The idea is to build out a full generative NFT project, and this is just step 1.

Helpful Links:
- Pillow: https://pillow.readthedocs.io/en/stable/index.html
- Vagrant setup: https://youtu.be/AlRejC0lIGk

Loading comments...