mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-21 23:30:58 +00:00
.. | ||
fonts | ||
images | ||
mw8080 | ||
scramble | ||
vcs | ||
vicdual | ||
williams | ||
galois.c | ||
midi2song.py | ||
mknotes2600.py | ||
mknotes.py | ||
p4_to_48pix.py | ||
p4_to_pfbytes.py | ||
parsebdf3x5.py | ||
parsebdf4bit.py | ||
parsebdf8.py | ||
pbm_to_c.py | ||
pcx2will.py | ||
README | ||
sintbl.py | ||
svg2vector.py |
This directory contains tools for bitmap conversion. Requires ImageMagick (convert) and Python 2.x. make <filename>.pf.hex Converts a .jpg into a 40-pixel wide playfield bitmap. Cut-and-paste output into program. (See Chapter 20, Asynchronous Bitmaps) make <filename>.48.hex Converts a .jpg into a 48-pixel wide sprite bitmap. Cut-and-paste output into program. (See Chapter 22, A Big 48-Pixel Sprite)