You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/04_images.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ We use Pillow for this as it has a pretty straight-forward API.
5
5
6
6
We define the green pixel in the image as start and the red pixel as end. To have some variation and combat compression we define them as ranges above a certain threshold (although the png-image in our lossless compressed):
7
7
8
-
```
8
+
```python
9
9
defgreen(pixel: list) -> bool:
10
10
"""Returns True if the pixel is green (the starting point)"""
0 commit comments