diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-04-20 12:05:10 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-04-20 12:05:10 +0200 |
| commit | b2a85d76b326135ead88da0d94e0b9dcf48c51e1 (patch) | |
| tree | ddb48d0f335ed893a6ce97c258040593a71ba7ae /test.py | |
| parent | a73904c0d81c84378d2b49f5430714e217c77462 (diff) | |
expand
Diffstat (limited to 'test.py')
| -rw-r--r-- | test.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +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 im = ImageOps.expand(im, 4) util.save_image(im, save_path) webpage.save() |
