Even More About Drawing Text on Images with Python
Last week, you learned the basics of drawing text on images using Python and the Pillow package.
This week, you will learn how to:
Change the text color
Drawing multiple lines of text
Text alignment
Text opacity
Let’s get started!
Changing Text Color
Pillow allows you to change the color of your text by using the fill parameter. You can set this color using an …


