diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-04-20 12:21:02 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-04-20 12:21:02 +0200 |
| commit | 8567322192210912ba232779a150adafc29b29aa (patch) | |
| tree | 92b11ff33d615e57f8052853017fe5afb550c6ab /test.py | |
| parent | fe6ee784b746637b10ee000d1f63e47dbdf3fffb (diff) | |
expand
Diffstat (limited to 'test.py')
| -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") |
