From 87835a6b1268f94dcf5b53e2c88d5da7c7e5f533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Tue, 26 Feb 2019 00:22:10 +0100 Subject: [PATCH] Image --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1eb9675..743a1b8 100644 --- a/README.md +++ b/README.md @@ -1683,10 +1683,13 @@ def get_border(screen): Image ----- -#### Creates PNG image of rainbow gradient: ```python # $ pip3 install pillow from PIL import Image +``` + +#### Creates PNG image of rainbow gradient: +```python width = 100 height = 100 size = width * height