diff options
author | yenatch <yenatch@gmail.com> | 2014-04-15 00:17:25 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-04-15 00:17:25 -0400 |
commit | ac2df6b844dd2aefb4d91b87617fa1e9b583cd5a (patch) | |
tree | 277a6561a3f35b051ed87304c41485426221da6c /redtools/extract_maps.py | |
parent | 69f622a1710fe88b4bd29fa074921584c86cf553 (diff) |
gfx: Decompress graphics that can be converted to png.
Before, converting a .2bpp.lz file required calling decompress and convert_to_png
on the compressed and decompressed files respectively.
gfx.py unlz {}.lz
gfx.py png {}
Putting a .lz file into convert_to_png would raise an exception.
Instead, passing compressed graphics into convert_to_png will decompress them first.
This skips the (now optional) manual decompress step.
Diffstat (limited to 'redtools/extract_maps.py')
0 files changed, 0 insertions, 0 deletions