From a0687bc311aeedbb35842d33e70b658dde08ebff Mon Sep 17 00:00:00 2001 From: weckyy702 Date: Mon, 28 Dec 2020 16:47:52 +0100 Subject: [PATCH] found fatal bug while creating image @oleting --- .vscode/launch.json | 2 +- gui/utils.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index e80f071..1ded7e8 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "name": "Python: Aktuelle Datei", "type": "python", "request": "launch", - "program": "debug.py", + "program": "run.py", "console": "integratedTerminal" } ] diff --git a/gui/utils.py b/gui/utils.py index 401e23b..48c7bc6 100644 --- a/gui/utils.py +++ b/gui/utils.py @@ -14,7 +14,7 @@ def nassi(input_path: str, output_path: str, outputname: str, gui, font_filepath NSD.set_font(font_filepath) 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):