The Retro Entertainment Software Toolkit - Tools for Developing Console Homebrews
Go to file
ne0ndrag0n 81a1888f6d tileset - output c source file 2021-02-27 21:16:31 -05:00
sample Reskit sample/test data 2021-02-16 20:39:02 -05:00
src tileset - output c source file 2021-02-27 21:16:31 -05:00
.gitignore Reskit - Sega Genesis Resource Kit 2021-02-11 22:42:42 -05:00
Cargo.toml stuff 2021-02-12 22:12:52 -05:00
README.md Update README.md 2021-02-11 22:56:54 -05:00

README.md

reskit

INCOMPLETE

Resource kit for the Sega Genesis/Megadrive.

Convert PNG to tile + palette set

reskit tileset --input file.png --output file.bin --format bin

The file format will contain the palette required by the image, followed by the image.

Caveats

  • Image dimensions that are not a multiple of 8 will be rounded up to the nearest multiple of 8.
  • Input images containing more than 15 colours will not be converted and will throw an error.