optimizations / cleanup

This commit is contained in:
ed 2022-09-15 01:18:19 +02:00
parent 868103a9c5
commit 6db72d7166
5 changed files with 27 additions and 15 deletions

View file

@ -104,7 +104,7 @@ def main():
if err:
return err
if min(w, h) < 720:
if max(w, h) < 1280 and min(w, h) < 720:
return "resolution too small"
zs = (