Hi, fellows.
This would be something simple, but turned out to be not so easy:
I have an image (say a sprite sheet from some commercial 90's game) and want to convert it to a series of 16x16 sprites, with two overlapping and using the OR-color capability. So, 3 colors for each 16 pixels horizontally.
My approach is:
- Convert the bitmap to .SC5 file using BMP2MSX, so I don't have to deal with reducing color count, it makes it for me.
- After that I am trying to create a script to make the conversion of the .SC5 to sprite patterns and colors. But here is the problem, the colors that can be used on OR-color are restricted. I'm not willing, at least for now, to brute force all combinations until find one that fits.
Is this a good approach? Am I missing something? Are there aready tools that makes this work for me?