summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
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()