summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-04-22 15:46:56 +0200
committerJules Laplace <julescarbon@gmail.com>2018-04-22 15:46:56 +0200
commit78d5522b1a897cebfcac3d9bbff9999a6b4195e8 (patch)
tree7b1075da2effe20494f0c13e58619416e6f5fb74 /test.py
parent9a8d00d8c4027e8d4627e02835f679e5b4cc512f (diff)
push
Diffstat (limited to 'test.py')
-rw-r--r--test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.py b/test.py
index 9aed9bb..a6a3783 100644
--- a/test.py
+++ b/test.py
@@ -61,8 +61,8 @@ if __name__ == '__main__':
# image_pil.save(save_path)
# copyfile(save_path, final_path)
if last_im is not None:
- frac_a = 2/3
- frac_b = 1/3
+ frac_a = 3/4
+ frac_b = 1/4
tmp_im = im.copy()
array_a = np.multiply(im, frac_a)
array_b = np.multiply(last_im, frac_b)