found fatal bug while creating image @oleting

This commit is contained in:
weckyy702
2020-12-28 16:47:52 +01:00
parent 978d4bf9d2
commit a0687bc311
2 changed files with 2 additions and 2 deletions

2
.vscode/launch.json vendored
View File

@@ -8,7 +8,7 @@
"name": "Python: Aktuelle Datei", "name": "Python: Aktuelle Datei",
"type": "python", "type": "python",
"request": "launch", "request": "launch",
"program": "debug.py", "program": "run.py",
"console": "integratedTerminal" "console": "integratedTerminal"
} }
] ]

View File

@@ -14,7 +14,7 @@ def nassi(input_path: str, output_path: str, outputname: str, gui, font_filepath
NSD.set_font(font_filepath) NSD.set_font(font_filepath)
NSD.load_from_file(input_path) NSD.load_from_file(input_path)
NSD.convert_to_image(output_path, outputname, 500) NSD.convert_to_image(output_path, outputname, x_size=750)
def output(values): def output(values):