smaller preview

This commit is contained in:
j 2019-01-16 12:11:55 +05:30
parent 0e4a3a145b
commit 0040adb801
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ def render(infile, outfile):
if max_lines == 0:
break
image.save(outfile)
image.save(outfile, quality=50)
def main():