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 2855815..44d56d3 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))
- im = ImageOps.expand(im, (4,4,4,4))
+ im = ImageOps.expand(im, 4)
util.save_image(im, save_path)
webpage.save()