summaryrefslogtreecommitdiff
path: root/test-mogrify.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-15 04:02:57 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-15 04:02:57 +0200
commit1fa37373edaf4bae2c4470f29ab560e9d670409a (patch)
tree45b0d50c68e6a4936345d716209f877152038626 /test-mogrify.py
parent01456b55d3c2ed039a75f46da5bea336be125d5e (diff)
testy
Diffstat (limited to 'test-mogrify.py')
-rw-r--r--test-mogrify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-mogrify.py b/test-mogrify.py
index c1bb28c..19bf0cc 100644
--- a/test-mogrify.py
+++ b/test-mogrify.py
@@ -54,7 +54,7 @@ if __name__ == '__main__':
copyfile(opt.start_img, render_dir + "frame_00000.png")
else:
A_im = Image.open(opt.start_img).convert('RGB')
- A = process_image(im)
+ A = process_image(A_im)
cv2.imwrite(render_dir + "frame_00000.png", img)
numz = re.findall(r'\d+', os.path.basename(opt.start_img))