LF:2D sprite generator

Hey guys, im looking for a 32X32 or 32X48 sprite generator like this in Java for a adventure game im making, http://www.famitsu.com/freegame/tool/chibi/index1.html but for java, i would also like to know if there is a way to add my own items/clothes, thanks - John

composed sprites.

This is made in java: http://opengameart.org/forumtopic/sprite-creator-3-finished-xp-vx
It uses the same resource set. It is easy to build such a composer, but hard (at least for me) to get the resources…)
A Video that explains how to add images (replace) can be found here: http://youtu.be/9JdVfyoFPBQ

-ClaasJG

I haven’t looked at either. Compose the sprites at runtime…don’t create new sprites of each…that’s combinatoral. Bad idea.

Im thinking of having 2 sprites, one male one female and get my dame designer to draw all the diffrent armour looks ontop and layer the armour on the default character if its equipped