diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-04-20 12:05:51 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-04-20 12:05:51 +0200 |
| commit | 90195077f0914bd7bac62a7399d91efe0bdf9b6e (patch) | |
| tree | e73c9dcd98ce008d59859a171d768d9245d76e4b /test.py | |
| parent | 8ebdf30b3a0940c4b2a7aed78819307a08b5821a (diff) | |
expand
Diffstat (limited to 'test.py')
| -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.size) im = ImageOps.expand(im, 4) util.save_image(im, save_path) webpage.save() |
