Skip to content

Commit 87835a6

Browse files
committed
Image
1 parent 25cd360 commit 87835a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1683,10 +1683,13 @@ def get_border(screen):
16831683

16841684
Image
16851685
-----
1686-
#### Creates PNG image of rainbow gradient:
16871686
```python
16881687
# $ pip3 install pillow
16891688
from PIL import Image
1689+
```
1690+
1691+
#### Creates PNG image of rainbow gradient:
1692+
```python
16901693
width = 100
16911694
height = 100
16921695
size = width * height

0 commit comments

Comments
 (0)