summaryrefslogtreecommitdiff
path: root/gfx.py
AgeCommit message (Expand)Author
2013-08-03make a basic python moduleBryan Bishop
2013-08-03remove extra newlines from python filesBryan Bishop
2013-06-25remove extra whitespace in extras/gfx.pyBryan Bishop
2013-06-25fix function formatting in extras/gfx.pyBryan Bishop
2013-06-23fixed another indent in gfx.pyKat Harrison
2013-06-23fixed indentscogitokat
2013-06-23convert indents to 4 spaces in gfx.pycogitokat
2013-06-23more docstring/indent fixes in gfx.pycogitokat
2013-06-23more gfx.py docstring changescogitokat
2013-06-23Change bad indents in extras/gfx.pycogitokat
2013-06-23Edit some docstrings in /extras.Kat Harrison
2013-06-13gfx: return mass-decompress commandyenatch
2013-06-12expand shortened palettesyenatch
2013-06-12gfx: workable command line functionsyenatch
2013-06-12gfx: palette checking in to_pngyenatch
2013-06-12fix palette functions and output palettes in 2bpp conversionyenatch
2013-06-12gfx: handling for <4-color pngs when converting to 2bppyenatch
2013-05-18gfx: safer alternating-byte detection in compressionyenatch
2013-05-18gfx: fix a typoyenatch
2013-05-18gfx: lz to png from command lineyenatch
2013-05-18gfx.py: remove trailing tabsyenatch
2013-05-18gfx.py: get rid of argparseyenatch
2013-05-17fix data-handling errors in gfx.pyyenatch
2013-05-12there is no os.touchyenatch
2013-05-11touch graphic files during decmp so make doesnt try to replace themyenatch
2013-03-20Merge pull request #124 from yenatch/masterBryan Bishop
2013-03-18fix path handling in png make targetyenatch
2013-03-18dump tileset pngs in gfx.pyBryan Bishop
2013-02-12Export any detected palettes to png by defaultyenatch
2013-02-12Fix png export orientationyenatch
2013-02-11Finish off make target for png generationyenatch
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
2013-02-09Add some command-line interfaces for use w/ makefileyenatch
2013-02-07implement png import/exportyenatch
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
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