diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-04-22 14:12:54 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-04-22 14:12:54 +0200 |
| commit | 3eba15ef7011066f6750120fa4988469d72ebe01 (patch) | |
| tree | 85b8a1d1c585d560bd350d9a1d74b2f3f646879f /test.py | |
| parent | 412fbc9e4970b9b3536f396dccea0bc3fde99d4a (diff) | |
push
Diffstat (limited to 'test.py')
| -rw-r--r-- | test.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ if __name__ == '__main__': # image_pil = ImageOps.expand(image_pil, p) # image_pil.save(save_path) # copyfile(save_path, final_path) - if i < 1: + if i > 0: im = np.divide(im, 2) tmp_im = im.copy() im = np.add(im, last_im) |
