We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98102e1 commit edc2ff0Copy full SHA for edc2ff0
SingleColor-G-BW.py
@@ -4,7 +4,7 @@
4
# gray = green
5
6
from PIL import Image
7
-i = Image.open("input1.png")
+i = Image.open("input.png")
8
9
#pixel data is stored in pixels in form of two dimensional array
10
pixels = i.load()
0 commit comments