Browse Source

Image

pull/27/head
Jure Šorn 5 years ago
parent
commit
87835a6b12
1 changed files with 4 additions and 1 deletions
  1. 5
      README.md

5
README.md

@ -1683,10 +1683,13 @@ def get_border(screen):
Image Image
----- -----
#### Creates PNG image of rainbow gradient:
```python ```python
# $ pip3 install pillow # $ pip3 install pillow
from PIL import Image from PIL import Image
```
#### Creates PNG image of rainbow gradient:
```python
width = 100 width = 100
height = 100 height = 100
size = width * height size = width * height

Loading…
Cancel
Save