diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:02:57 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:02:57 +0200 |
| commit | 1fa37373edaf4bae2c4470f29ab560e9d670409a (patch) | |
| tree | 45b0d50c68e6a4936345d716209f877152038626 /test-mogrify.py | |
| parent | 01456b55d3c2ed039a75f46da5bea336be125d5e (diff) | |
testy
Diffstat (limited to 'test-mogrify.py')
| -rw-r--r-- | test-mogrify.py | 2 |
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)) |
