@ -41,9 +41,9 @@ class Picture:
wt = im.width
data = []
access = im.getdata().pixel_access()
for x in range(wt):
for y in range(ht):
line = []
line.append(Pixel(*(access[x, y])))
data.append(line)