smaller preview

This commit is contained in:
j 2019-01-16 12:11:55 +05:30
parent 0e4a3a145b
commit 0040adb801

View file

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