From 90195077f0914bd7bac62a7399d91efe0bdf9b6e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 20 Apr 2018 12:05:51 +0200 Subject: expand --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.py') diff --git a/test.py b/test.py index a41dc63..aae4dc2 100644 --- a/test.py +++ b/test.py @@ -48,7 +48,7 @@ if __name__ == '__main__': im = visuals['fake_B'] save_path = render_dir + "frame_{:05d}.png".format(i+1) im = resize(im, (248, 248)) - print(im) + print(im.size) im = ImageOps.expand(im, 4) util.save_image(im, save_path) webpage.save() -- cgit v1.2.3-70-g09d2