summaryrefslogtreecommitdiff
path: root/extras/gfx.py
AgeCommit message (Collapse)Author
2013-02-12Export any detected palettes to png by defaultyenatch
Checks for any palette using the same name as the 2bpp file.
2013-02-12Fix png export orientationyenatch
A quirk of the Decompressed class dissociated the orientation from the output attribute. The makefile no longer suppresses output since it's still relevant.
2013-02-11Finish off make target for png generationyenatch
Now any existing lz files are converted to 2bpp, and all 2bpp files are converted to png.
2013-02-11better dimension handling in 2bpp->pngyenatch
2013-02-11Add build target to mass-generate pngs from 2bpp filesyenatch
2013-02-11Infrastructure to dump pngs for 2bpp graphicsyenatch
2013-02-09Don't try to convert empty 2bpp filesyenatch
Also, make non-square images 1 tile wide Minor path fixes and cleanup
2013-02-09Add some command-line interfaces for use w/ makefileyenatch
Extras: -function to dump trainer pals -fix testing leftover in a compression function -keep load_rom() from getting in the way (relative address breaks extras)
2013-02-07implement png import/exportyenatch
palette export works fine, but palette import is disabled for now
2013-02-06Condense pic dimensions tableyenatch
2013-01-22update gfx.py to reflect new structureyenatch
2013-01-13make careless use of gfx.py less fatalyenatch
2013-01-13implement rgb macro for palettesyenatch
2013-01-04include all compressed and decompressed graphicsyenatch
* frontpics & animation tiles * backpics * trainer pics * attack animation gfx * intro gfx * intro tilemaps * title gfx * tilesets * player backpic * dude backpic * pokegear/town map fixes #33, #34 and #35
2013-01-02allow other files to import gfx.pyyenatch
2013-01-01make gfx.py more convenient from command lineyenatch
2012-12-31decompress all known gfxyenatch