gfx: 1bpp-to-png option

This commit is contained in:
yenatch 2013-12-21 00:38:11 -05:00
parent efe0b717ef
commit b5c3ef9b4f

View File

@ -1679,6 +1679,9 @@ if __name__ == "__main__":
elif argv[1] == 'png-to-1bpp':
export_png_to_1bpp(argv[2])
elif argv[1] == '1bpp-to-png':
export_1bpp_to_png(argv[2])
elif argv[1] == '2bpp-to-lz':
if argv[2] == '--vert':
filein = argv[3]