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

Copy IDAT #6

Open stag019 opened 9 years ago

stag019 commented 9 years ago

If the input PNG is not modified (it is already the correct bit depth) then the IDAT should be directly copied over instead of being rewritten. This would allow precrushed images to maintain the same compression size.