gfx: lz to png from command line

This commit is contained in:
yenatch 2013-05-17 02:05:26 -04:00
parent a1b9fdc9c9
commit 604cafc278
1 changed files with 3 additions and 0 deletions

View File

@ -1525,6 +1525,9 @@ if __name__ == "__main__":
if sys.argv[1] == 'dump-pngs':
mass_to_colored_png()
elif sys.argv[1] == 'lz-to-png':
lz_to_png_by_file(sys.argv[2])
elif sys.argv[1] == 'png-to-lz':
# python gfx.py png-to-lz [--front anim(2bpp) | --vert] [png]