NewLunarFire / png2snes

Generate CGRAM (Palette) and VRAM (Tiles and OAM) data from PNG files
GNU General Public License v3.0
20 stars 5 forks source link

Support 2, 4 and 8 bitplanes #4

Closed NewLunarFire closed 8 years ago

NewLunarFire commented 8 years ago

Currently the program outputs tiles that have only 2 bitplanes, which is used by a limited number of background modes (0, 1, 4 and 5). The program should support 4 and 8 bitplanes per tile too, to support all background modes.

NewLunarFire commented 8 years ago

I have started to implement different bitplane count in the program, but it doesn't work very well for now.