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

Talk about development tools here

Moderator: BigEvilCorporation

Post Reply
djcouchycouch
Very interested
Posts: 710
Joined: Sat Feb 18, 2012 2:44 am

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

Post by djcouchycouch » Sat Dec 08, 2012 1:59 am

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

powerofrecall
Very interested
Posts: 237
Joined: Fri Apr 17, 2009 7:35 pm
Location: USA

Post by powerofrecall » Sat Dec 08, 2012 2:31 am


Chilly Willy
Very interested
Posts: 2984
Joined: Fri Aug 17, 2007 9:33 pm

Post by Chilly Willy » Sat Dec 08, 2012 2:47 am

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/

Pascal
Very interested
Posts: 200
Joined: Wed Nov 29, 2006 11:29 am
Location: Belgium
Contact:

Post by Pascal » Sat Dec 15, 2012 9:58 pm

genitile does that. output is binary,bmp,pcx, h files,asm files

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

Post Reply