diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-11-25 19:17:10 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-11-25 19:17:10 +0100 |
| commit | c43205503f5cec50c0b2dbcf49db24c5ded29a44 (patch) | |
| tree | 59c311c05c261e8470950d4369f06c1b88ccea9a | |
| parent | b6e5d4f629dd2e511789d9219a9912c1dd40806c (diff) | |
aaa
| -rw-r--r-- | scrape-codex.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scrape-codex.py b/scrape-codex.py index 255195e..931c648 100644 --- a/scrape-codex.py +++ b/scrape-codex.py @@ -143,8 +143,8 @@ def grab(s, n): image, width, height = load_image(fn) if image: canvas.paste(image, (x, y)) - y += height - x += width + y += 256 + x += 256 canvas.save(out_fn) if __name__ == '__main__': |
