From 604cafc27859700e45f4c54237b54f3c584cf458 Mon Sep 17 00:00:00 2001 From: yenatch Date: Fri, 17 May 2013 02:05:26 -0400 Subject: [PATCH] gfx: lz to png from command line --- extras/gfx.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extras/gfx.py b/extras/gfx.py index 0a2d60dfa..53f954b21 100644 --- a/extras/gfx.py +++ b/extras/gfx.py @@ -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]