yuv422 / png2tile

Convert PNG images into Sega Master System tile format
MIT License
23 stars 5 forks source link

Adds -binary option to output binary files instead of asm source files. #3

Closed Slipyx closed 6 years ago

Slipyx commented 6 years ago

This command line option will allow outputting binary files for tiles, palettes, and tilemaps. Ignored for sms_cl123 palettes, TMX, and PNG outputs.

The config variable isn't part of the config struct since the palette writing functions don't accept a config object.

yuv422 commented 6 years ago

looks good. merged. :)