From 4b6f50df79c8580c84f4eec9ee40bae8df3fab82 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 26 Nov 2018 22:48:31 +0100 Subject: logginz --- scrape-vam.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scrape-vam.py') diff --git a/scrape-vam.py b/scrape-vam.py index f0a658c..14e82ae 100644 --- a/scrape-vam.py +++ b/scrape-vam.py @@ -67,17 +67,13 @@ def grab(page): else: width = min(width, 256) if j == TILE_H-1: - print(height) height = max_height % 256 - print(height) - # height += 1 else: height = min(height, 256) image.thumbnail((width, height,), Image.ANTIALIAS) canvas.paste(image, (x, y)) y += 256 x += 256 - print("{}x{} {}x{}".format(width, height, image.size[0], image.size[1])) canvas.save(out_fn) if __name__ == '__main__': -- cgit v1.2.3-70-g09d2