Closed stag019 closed 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.
(input png's width) / 8 - 1
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
.