stag019 / rgbgfx

rgbgfx is a program which converts PNG images into the Game Boy's planar tile format, for eventual integration into RGBDS
Other
11 stars 1 forks source link

input_png_file() #9

Open stag019 opened 9 years ago

stag019 commented 9 years ago

It need a lot of work. It currently only correctly handles images of the correct bit depth (whether paletted or greyscale). Conversion to the correct bit depth is complicated. See comments scattered throughout the function in the source.