1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-05-28 08:41:30 +00:00
8bitworkshop/tools/README
2016-12-27 15:17:47 -05:00

18 lines
415 B
Plaintext

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)