diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-16 13:07:42 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-16 13:07:42 +0200 |
| commit | b7f45a7277152d5611f8f050243dd8d7c351979d (patch) | |
| tree | eb8eb06d302719e3808ad7792ac8225adfa602cf /test-mogrify.py | |
| parent | 56f6b067eca5b7f4ce34e12b1a91daedfc7e6919 (diff) | |
test script
Diffstat (limited to 'test-mogrify.py')
| -rw-r--r-- | test-mogrify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-mogrify.py b/test-mogrify.py index 348d805..c1e0c71 100644 --- a/test-mogrify.py +++ b/test-mogrify.py @@ -175,7 +175,7 @@ if __name__ == '__main__': visuals = model.get_current_visuals() img_path = model.get_image_paths() - if (i % 20) == 0: + if (i % 100) == 0: print('%04d: process image... %s' % (i, img_path)) # ims = visualizer.save_images(webpage, visuals, img_path, aspect_ratio=opt.aspect_ratio) |
