Fix gs
Parametr -r neříká rozměry, ale rozlišení v jednotlivých směrech…
This commit is contained in:
parent
4ebd7a3280
commit
f714844d23
1 changed files with 1 additions and 1 deletions
|
@ -609,7 +609,7 @@ class Cislo(SeminarModelBase):
|
||||||
"-dBATCH",
|
"-dBATCH",
|
||||||
"-dNOPROMPT",
|
"-dNOPROMPT",
|
||||||
"-sDEVICE=png16m",
|
"-sDEVICE=png16m",
|
||||||
"-r{}x{}".format(VYSKA, sirka),
|
"-r150x150",
|
||||||
"-dFirstPage=1d",
|
"-dFirstPage=1d",
|
||||||
"-dLastPage=1d",
|
"-dLastPage=1d",
|
||||||
"-sOutputFile=" + str(png_filename),
|
"-sOutputFile=" + str(png_filename),
|
||||||
|
|
Loading…
Reference in a new issue