Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 321 Bytes

File metadata and controls

19 lines (14 loc) · 321 Bytes
title Resize images using Python PIL Pillow
timestamp 2019-04-22 08:50:01 -0700
tags
PIL
Pillow
published true
books
python
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" %}