Skip to content

harry-upton/bmp2coe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bmp2coe

Used to convert bitmap image files to coe files for use with an FPGA. This script can convert individual images or spritesheets, and currently only supports palletised images (both 16 and 256 colour). 2 files will be outputted, one for the palette and one for the image data.

For spritesheets, the sprites will be stored sequentially in memory, from left to right and top to bottom in the spritesheet. Pixels in the sprites are stored left to right, top to bottom.

Usage

Run python bmp2coe.py --help for info on how to run the script.

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages