|
@@ -206,7 +206,7 @@ def run(difficult):
|
|
ey = size[1]
|
|
ey = size[1]
|
|
total = 0
|
|
total = 0
|
|
|
|
|
|
- sx, sy, ex, ey, total = scan_img(pix, size)
|
|
|
|
|
|
+ sx, sy, ex, ey, total = output_img(pix, size)
|
|
|
|
|
|
print(f"Chars within ({sx}, {sy}) - ({ex}, {ey}) total {total} pixels")
|
|
print(f"Chars within ({sx}, {sy}) - ({ex}, {ey}) total {total} pixels")
|
|
|
|
|