From cc51dd31cce4d57b3acd6e39bde9225e7bb17a28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sat, 5 Dec 2020 18:48:20 +0100 Subject: [PATCH] Image --- README.md | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b12d95b..e323383 100644 --- a/README.md +++ b/README.md @@ -2761,7 +2761,7 @@ from PIL import ImageDraw ``` * **Use `'fill='` to set the primary color.** * **Use `'outline='` to set the secondary color.** -* **Color can be specified as a int, tuple, `'#rrggbb[aa]'` string or a color name.** +* **Color can be specified as an int, tuple, `'#rrggbb[aa]'` string or a color name.** Animation diff --git a/index.html b/index.html index 1467bbe..98fbb7a 100644 --- a/index.html +++ b/index.html @@ -2372,7 +2372,7 @@ img.convert('RGB').save('fill=<color>' to set the primary color.
  • Use 'outline=<color>' to set the secondary color.
  • -
  • Color can be specified as a int, tuple, '#rrggbb[aa]' string or a color name.
  • +
  • Color can be specified as an int, tuple, '#rrggbb[aa]' string or a color name.
  • #Animation

    Creates a GIF of a bouncing ball:

    # $ pip3 install pillow imageio
     from PIL import Image, ImageDraw