| title | Resize images using Python PIL Pillow | ||
|---|---|---|---|
| timestamp | 2019-04-22 08:50:01 -0700 | ||
| tags |
|
||
| published | true | ||
| books |
|
||
| author | szabgab | ||
| archive | true |
The following script will resize the image to half of its width and half of its height:
{% include file="examples/python/resize_image.py" %}