diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-12 18:02:32 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-12 18:02:32 +0200 |
| commit | 0ad66a09aaf55023d8eaff70094b0798b01adb19 (patch) | |
| tree | 91b5c67271c6898f823cde7b52d46addcd7b3cca /test.py | |
| parent | 5edd1efbc7b3c02d16b23401cc47a88f50fdf4d5 (diff) | |
mogrify script, flow scripts, dataset options
Diffstat (limited to 'test.py')
| -rw-r--r-- | test.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -62,8 +62,8 @@ if __name__ == '__main__': # image_pil.save(save_path) # copyfile(save_path, final_path) if last_im is not None: - frac_a = 999/1000 - frac_b = 1/1000 + frac_a = 0.5 + frac_b = 1.0 - frac_a tmp_im = im.copy() array_a = np.multiply(im, frac_a) array_b = np.multiply(last_im, frac_b) |
