found fatal bug while creating image @oleting
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user