summaryrefslogtreecommitdiff
path: root/pokemontools/gfx.py
AgeCommit message (Expand)Author
2014-06-15gfx: Let .wxh filename arguments exceed 9.yenatch
2014-06-02Merge remote-tracking branch 'yenatch/master'yenatch
2014-06-02Rewrite the lz compressor.yenatch
2014-05-03gfx.py: Forgot to add rom_offset.yenatch
2014-05-02Refactor gfx.py to use bytearrays. Fix some graphics dumping functions.yenatch
2014-04-19Transpose images by height from 2bpp to png and width from png to 2bpp.yenatch
2014-04-16gfx: Don't try to load baserom.gbc unless it's actually being used.yenatch
2014-04-15gfx: Decompress graphics that can be converted to png.yenatch
2014-04-15gfx: Transpose blocks of images instead of only the first block.yenatch
2014-04-05gfx: Don't pad images smaller than a tile.yenatch
2014-04-05Add "norepeat" and "arrange" image attributes.yenatch
2014-03-28gfx: Redo command-line interface, format handling, filename arguments.yenatch
2014-03-23gfx: Prefer heights not divisible by 8, rather than forcing them.yenatch
2014-03-23gfx: Read image metadata from filenames where applicable.yenatch
2013-12-29gfx: touch exported lz files so they don't get remadeyenatch
2013-12-21gfx: 1bpp-to-png optionyenatch
2013-12-19gfx: use RGB asm macros for .pal filesyenatch
2013-11-18Merge pull request #56 from kanzure/map-editor-stuffBryan Bishop
2013-11-18gfx: fix misuse of export_2bpp_to_pngyenatch
2013-11-18Merge branch 'master' of github.com:kanzure/pokemon-reverse-engineering-toolsyenatch
2013-11-18gfx: make sure rectangular images are also divisible into 8x8 tilesyenatch
2013-11-18gfx: direct png-to-1bppyenatch
2013-11-18gfx: rewrite lz commands and commentsyenatch
2013-11-18gfx: 1bpp-to-pngyenatch
2013-11-18gfx: rewrite lotsyenatch
2013-11-17change RomStr usage in gfx.py to use RomStr.loadBryan Bishop
2013-11-17refactor png-to-2bpp conversionyenatch
2013-11-17gfx: 1bpp<->2bpp conversionyenatch
2013-11-17be sure to import romstr into gfx.pyBryan Bishop
2013-11-17make gfx.py not depend on crystal.pyBryan Bishop
2013-09-01move mkdir_p out of gfx.py and into helpers.pyBryan Bishop
2013-09-01import syntax in gfx.pyBryan Bishop
2013-08-03fix path walking in gfx.pyBryan Bishop
2013-08-03make a basic python moduleBryan Bishop