diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-17 14:42:33 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-17 14:42:33 +0100 |
| commit | 135d63fc9802976a504dde9eb0caa0ddf55b210c (patch) | |
| tree | b7a2d5961dea876ac714b4e3f9e4812453ef2751 /cli/app/search/live.py | |
| parent | 2b08bf3469e9a768da3ef9725ce02a0126b21315 (diff) | |
check if exists
Diffstat (limited to 'cli/app/search/live.py')
| -rw-r--r-- | cli/app/search/live.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/search/live.py b/cli/app/search/live.py index 6d9428c..8635b4c 100644 --- a/cli/app/search/live.py +++ b/cli/app/search/live.py @@ -441,7 +441,7 @@ class Listener: if out_img is not None: save_time = time.time() - out_img.save(os.path.join(path_out, "frame_{:05d}.png".format(i)), format='png', compression_level=2) + out_img.save(os.path.join(path_out, "frame_{:05d}.png".format(i)), format='png', compression_level=3) save_time_total += time.time() - save_time resize_time = time.time() |
