organize code

This commit is contained in:
oleting
2020-12-27 20:36:35 +01:00
parent 7552c31ccf
commit 8a529cbe83
5 changed files with 49 additions and 46 deletions

View File

@@ -12,7 +12,7 @@ def nassi(filepath: str, output_path: str, outputname: str, gui, font_filepath:
if font_filepath != None:
NSD.set_font(font_filepath)
NSD.load_from_file(filepath)
NSD.convert_to_image(output_path, outputname, 500)
NSD.convert_to_image((output_path + outputname), 500)
def output(values):