Skip to content

Commit edc2ff0

Browse files
committed
update
1 parent 98102e1 commit edc2ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SingleColor-G-BW.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# gray = green
55

66
from PIL import Image
7-
i = Image.open("input1.png")
7+
i = Image.open("input.png")
88

99
#pixel data is stored in pixels in form of two dimensional array
1010
pixels = i.load()

0 commit comments

Comments
 (0)