I could really use a utility that will take a bunch of loose .PNGs and put them together into a single sprite sheet, something like
this.
Criteria:
- Should arrange the sprites by input file name (i.e. your DUMBA1, DUMBA2A8, DUMBA3A7 and so forth should all come out neatly in order)
- Should arrange the sprites with reasonably even spacing around them. A bit of blank margin between them for cut 'n' paste edits are also useful.
- Should not scale the input sprites
- Should not rotate the input sprites
- Should be free (as in beer)
- Should work on Windows XP
I wouldn't have thought this was a lot to ask, but all the programs I've found so far either want to be 'clever' and 'optimize' the sheets, or they're actually thumbnailers that scale stuff down that I don't want scaled. I think when I was on Linux I'd worked out some arcane invocation of ImageMagick that worked, but I'd prefer a solution that's usable by human beings.