diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-04-20 12:05:32 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-04-20 12:05:32 +0200 |
| commit | 8ebdf30b3a0940c4b2a7aed78819307a08b5821a (patch) | |
| tree | 86d3592a2d54dcd42fb88817f8bc6858b25327e9 | |
| parent | b2a85d76b326135ead88da0d94e0b9dcf48c51e1 (diff) | |
expand
| -rw-r--r-- | test.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) - print im + print(im) im = ImageOps.expand(im, 4) util.save_image(im, save_path) webpage.save() |
