From a73904c0d81c84378d2b49f5430714e217c77462 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 20 Apr 2018 12:02:44 +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 2855815..44d56d3 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)) - im = ImageOps.expand(im, (4,4,4,4)) + im = ImageOps.expand(im, 4) util.save_image(im, save_path) webpage.save() -- cgit v1.2.3-70-g09d2