diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-04-22 14:09:55 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-04-22 14:09:55 +0200 |
| commit | c5b08da3ff4f288aa7f5a0084f668cff8c33f007 (patch) | |
| tree | 0af138880f753d4ad03208538bf5a689fac24b8a | |
| parent | 4a2572b3fc5a81673b977caa61fe0f32f51a3c2b (diff) | |
push
| -rw-r--r-- | test.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,7 @@ if __name__ == '__main__': # image_pil.save(save_path) # copyfile(save_path, final_path) if i < 1: + print(type(x).__name__) im /= 2 tmp_im = np.copy(im/2) im += last_im |
