Python | Resize Image with Pillow

preview_player
Показать описание
You can easily resize your original image to a new set of dimensions with the Pillow library. In this video, we'll discuss some of the best practices of resizing while maintaining aspect ratio.
Комментарии
Автор

It seems that when I type


im =


it can't find the file. Do I need to type the file path?
Error code:
FileNotFoundError: [Errno 2] No such file or directory:

I use the PyCharm IDE


Thanks

hdxcxnd