diff options
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) |
