Page 1 of 1

Tool that breaks up bitmap, removes duplicate tiles, etc?

Posted: Sat Dec 08, 2012 1:59 am
by djcouchycouch
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

Thanks!
djcc

Posted: Sat Dec 08, 2012 2:31 am
by powerofrecall

Posted: Sat Dec 08, 2012 2:47 am
by Chilly Willy
Sixpack does that, but saves the tiles as binary (optionally packed) instead of as a bitmap. That's more useful in any case.

http://jiggawatt.org/badc0de/sixpack/

Posted: Sat Dec 15, 2012 9:58 pm
by Pascal
genitile does that. output is binary,bmp,pcx, h files,asm files

http://www.pascalorama.com/article.php?news=28&cat=21