smaller preview
This commit is contained in:
parent
0e4a3a145b
commit
0040adb801
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||||
|
|
Loading…
Reference in a new issue