summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-04-20 12:05:32 +0200
committerJules Laplace <julescarbon@gmail.com>2018-04-20 12:05:32 +0200
commit8ebdf30b3a0940c4b2a7aed78819307a08b5821a (patch)
tree86d3592a2d54dcd42fb88817f8bc6858b25327e9
parentb2a85d76b326135ead88da0d94e0b9dcf48c51e1 (diff)
expand
-rw-r--r--test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.py b/test.py
index a57a2f3..a41dc63 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)
im = ImageOps.expand(im, 4)
util.save_image(im, save_path)
webpage.save()