songflower

reflow bitmap sheet music to a different paper format
git clone https://a3nm.net/git/songflower/
Log | Files | Refs | README | LICENSE

commit 8a369a6743204a1d258f9ed72947dd2809078802
parent 0df52659fb78a8df18af60492079e7d4fe408b69
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Fri,  6 Sep 2019 21:05:46 +0200

fix

Diffstat:
combine.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/combine.py b/combine.py @@ -99,5 +99,5 @@ for f in sorted(os.listdir(args.folder)): if (len(imgs) > 0): # last batch outfname = os.path.join(args.output_folder, "out_" + "{:04d}".format(num) + ".png") - make_image(imgs, outfname) + make_image(imgs, names, outfname)