mirror of
https://gitlab.com/oloturia/fumcaso.git
synced 2025-01-08 06:27:17 +01:00
better filename save (thanks to Itec)
This commit is contained in:
parent
cdd197965e
commit
baef7d190f
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ if __name__ == "__main__":
|
||||||
if args.output == False:
|
if args.output == False:
|
||||||
print(story)
|
print(story)
|
||||||
else:
|
else:
|
||||||
finalStrip.save(str(ist)+fileName+".png")
|
finalStrip.save(fileName + str(ist).zfill(3) + ".png")
|
||||||
|
|
||||||
if args.a4:
|
if args.a4:
|
||||||
ypos = 100
|
ypos = 100
|
||||||
|
|
Loading…
Reference in a new issue