image to sprite converter

By iamweasel2

Paladin (722)

iamweasel2's picture

08-06-2023, 17:21

Anyone knows if there is a tool that will convert a 16 x 16 image file (any format) to a series of sprites (the minimum necessary to represent all the colors in the image) ?

Login or register to post comments

By thegeps

Paragon (1249)

thegeps's picture

08-06-2023, 18:17

Magellan. It is a PC tool for TI99/4A. After exporting binaries simply delete the header (first 7 bytes) with an hex editor (I use HxD for this pourpose)
http://magellan.js99er.net/

By iamweasel2

Paladin (722)

iamweasel2's picture

09-06-2023, 12:04

thegeps wrote:

Magellan. It is a PC tool for TI99/4A. After exporting binaries simply delete the header (first 7 bytes) with an hex editor (I use HxD for this pourpose)
http://magellan.js99er.net/

Thanks for the tip, I'll check it out. :)