Skip to content

Commit

Permalink
lower default resolution to 300
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Nov 20, 2022
1 parent b25ffac commit c4e7149
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sla2pdf/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ def _run_command(command):
DefaultParams = dict(
compress = True,
compressmtd = 0, # automatic
quality = 1, # high
resolution = 400,
downsample = 400,
quality = 1, # high
resolution = 300,
downsample = 300,
)


Expand Down

0 comments on commit c4e7149

Please sign in to comment.