Search found 1 match

by dasi
Sat Dec 08, 2012 7:27 pm
Forum: NES Graphics
Topic: Tool that breaks up bitmap, removes duplicate tiles, etc?
Replies: 12
Views: 11728

Re: Tool that breaks up bitmap, removes duplicate tiles, etc

Any suggestions for a tool that: - takes a bitmap - breaks it into 8x8 tiles - removes duplicates - saves the tiles into a separate bitmap - creates array of tile indexes to rebuild the bitmap as tiles - saves array to a file This is easily done with grit : grit input.png -m -fx tiles.png . See the...