1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-03 04:29:33 +00:00
8bitworkshop/tools
2017-02-01 13:31:12 -05:00
..
images added bitmap tools 2016-12-27 15:17:47 -05:00
c64.bdf preload for worker FS, z80.lib + mcpp includes, font tools 2017-01-24 15:29:51 -05:00
galois.c added bitmap tools 2016-12-27 15:17:47 -05:00
Makefile use Github gists for sharing 2017-01-25 12:30:05 -05:00
p4_to_48pix.py working on vector 2017-02-01 13:31:12 -05:00
p4_to_pfbytes.py working on vector 2017-02-01 13:31:12 -05:00
parsebdf3x5.py working on vector 2017-02-01 13:31:12 -05:00
parsebdf8.py working on vector 2017-02-01 13:31:12 -05:00
pbm_to_c.py working on vector 2017-02-01 13:31:12 -05:00
README added bitmap tools 2016-12-27 15:17:47 -05:00
tom-thumb.bdf preload for worker FS, z80.lib + mcpp includes, font tools 2017-01-24 15:29:51 -05:00

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)