Created
August 16, 2020 05:05
-
-
Save NicholasBallard/bb24ac15d9424562d8889938c4932c26 to your computer and use it in GitHub Desktop.
pillow_resize.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resized = resize("checkers.jpg", 30.5) | |
print(resized.size) | |
resized.show("resized image", resized) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment