Skip to content

Instantly share code, notes, and snippets.

@NicholasBallard
Created August 16, 2020 05:05
Show Gist options
  • Save NicholasBallard/bb24ac15d9424562d8889938c4932c26 to your computer and use it in GitHub Desktop.
Save NicholasBallard/bb24ac15d9424562d8889938c4932c26 to your computer and use it in GitHub Desktop.
pillow_resize.py
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