summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-04-20 12:02:44 +0200
committerJules Laplace <julescarbon@gmail.com>2018-04-20 12:02:44 +0200
commita73904c0d81c84378d2b49f5430714e217c77462 (patch)
treef26b4e7b2b687d4ca198f6e8d4f8261b077ec5ef /test.py
parent75739d6aa4f0703c74539f00b7ca6c5d83833dfd (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 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()