summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-04-20 12:05:51 +0200
committerJules Laplace <julescarbon@gmail.com>2018-04-20 12:05:51 +0200
commit90195077f0914bd7bac62a7399d91efe0bdf9b6e (patch)
treee73c9dcd98ce008d59859a171d768d9245d76e4b /test.py
parent8ebdf30b3a0940c4b2a7aed78819307a08b5821a (diff)
expand
Diffstat (limited to 'test.py')
-rw-r--r--test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.py b/test.py
index a41dc63..aae4dc2 100644
--- a/test.py
+++ b/test.py
@@ -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()