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

Trim limit #3

Closed stag019 closed 9 years ago

stag019 commented 9 years ago

Currently, trim has no limits placed on it at all. This could probably lead to bad things if you try to trim more tiles than exists. The practical limit for trim would be (input png's width) / 8 - 1.