'RGBA'
- 4x8-bit pixels, true color with transparency mask.'HSV'
- 3x8-bit pixels, Hue, Saturation, Value color space.from PIL import Image, ImageDraw
+Animation
Creates a GIF of a bouncing ball:
# $ pip3 install imageio
+from PIL import Image, ImageDraw
import imageio
HEIGHT, R = 126, 10
frames = []