diff options
| -rw-r--r-- | test.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |
