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

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.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):