Python Tutorial: Image Manipulation with Pillow

preview_player
Показать описание
In this video we will learn how to modify and manipulate images using the Python Pillow Library. Pillow is a fork of the Python Imaging Library (PIL). It will allow us to do many different things to our images such as: changing their file extension, resizing, cropping, changing colors, blurring, and much more.

Pillow is extremely useful when you have multiple images you wish to process at once. For example, you can use Pillow to automatically create different sized thumbnails of images you upload to your web server. Let's get started.

✅ Support My Channel Through Patreon:

✅ Become a Channel Member:

✅ One-Time Contribution Through PayPal:

✅ Cryptocurrency Donations:
Bitcoin Wallet - 3MPH8oY2EAgbLVy7RBMinwcBntggi7qeG3
Ethereum Wallet - 0x151649418616068fB46C3598083817101d3bCD33
Litecoin Wallet - MPvEBY5fxGkmPQgocfJbxP6EmTo5UUXMot

✅ Corey's Public Amazon Wishlist

✅ Equipment I Use and Books I Recommend:

▶️ You Can Find Me On:

#Python
Рекомендации по теме
Комментарии
Автор

I think you make the best python tutorials on YouTube.

Lavamar
Автор

4 years later and it's still relevant. Thanks alot!

Gigolas
Автор

I just love the super detailed explanations accompanied by writing the code. Really amazing work here Corey and I hope you'll make more videos about Python libraries and common misunderstanding developers have. Big thank you!

phbckcc
Автор

My mindvoice : What in Python does Corey Schafer doesn't know?

Best Python instructor on YouTube.
Hope you can start some Udemy courses, Corey. People will be flocking towards your course.

ksrajavel
Автор

Awesome Video. Just a little rectification. The "L" mode that you used for converting your image into black and white, is actually for converting an image into greyscale. A black and white image only consists of 2 colors (Black & White) and the image that you converted had several shades of grey(0-255).

For Converting an image into black and white you have to use "1" mode which stands for 1 bit per pixel which truly resembles a Black & White image, use that in disabled dither mode to actually see the black and white image otherwise you will see you image with grainy noise.

You can sort of see this just by looking at the image, a black and white image should just contain black and white not any other color.

VasuDeo.S-dtts
Автор

You will be a legend in Python history.

lightninginmyhands
Автор

So this is what I do, I open one of Corey’s tutorials, hit like, then watch the video, thank you Corey for the great content you are providing, much appreciated

georgesd
Автор

thanks God, I found your channel. Actually, I'm a beginner in python. Your explanation is simple and understandable. Thank you

ednawatirainarli
Автор

Searched 'Pillow Module' tutorial, Got favorite youtuber's channel. Thanks a lot.

hacninetushar
Автор

I would like to thank you from the bottom of my heart for this tutorial

ahmed
Автор

Excellent. Your pacing is terrific - direct and to the point.

lydiafritz
Автор

Simple and straight to the point. Thanks.

arceniocornejo
Автор

Best python tutorial on YouTube. You are simply amazing 😀

smolboislayer
Автор

when I want to find some good knowledge about some python topic, the first thing i do is to find if Corey has it in his channel . so good

YeekyYeeky
Автор

Cory, i love your videos. it help me a lot with my projects. in a few months i learned python.

ptvnhrz
Автор

Fantastic. Crisp. Clear. Precise. Thank you!!

scorpy
Автор

You are the best instructor! Thanks for your valuable videos.

salarghaffarian
Автор

you have the blood of a genius! thank you man!

asmadja
Автор

Oh - and packed with terrific information.

lydiafritz
Автор

its incredible how python makes our lives so much easier lol

RandomShowerThoughts