From 8567322192210912ba232779a150adafc29b29aa Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 20 Apr 2018 12:21:02 +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 7d50ad6..8c761f4 100644 --- a/test.py +++ b/test.py @@ -51,7 +51,7 @@ if __name__ == '__main__': im = imresize(im, (248, 248), interp='bicubic') image_pil = Image.fromarray(im) image_pil = ImageOps.expand(image_pil, 4) - image_pil.save(image_path) + image_pil.save(save_path) webpage.save() os.remove(render_dir + "frame_00000.png") -- cgit v1.2.3-70-g09d2