If someone is interested in creating an animated gif from a sprite sheet, here is one way to do it using ImageMagick (available on most Linux distros):
Nice idea with horror styled graphics. Jacobs ladder is one of my favourite movies.
I like your animation, but maybe you could add some more highlights on the face mask? It is quite dark, though I suppose that is a good thing.
I decided to try my hands at an anatomical study of the character template walk cycle. :) I have only worked on it for a couple of hours and it's not really finished yet.
@melior: I agree with pennomi, less contrast would look better, good work otherwise. Thanks for the input on the skeleton.
@daneeklu, C.Nilsson, great work! I don't have much critique to give unfortunately, I like your images as they are.
@pennommi, I hope you will make the robe usable for animations? That would be nice as it looks really good.
Progress of my skeleton animation:
I'm not happy with the last, north, animation yet. Maybe a bit too rigid? Not sure if I have got the pelvis right either...
If someone is interested in creating an animated gif from a sprite sheet, here is one way to do it using ImageMagick (available on most Linux distros):
Cut the sheet into separate image files:
convert male_walkcycle.png -crop 64x64 +repage +adjoin tile_%02d.png
Then join the images into a gif:
convert -delay 8 -loop 0 -dispose Background tile_*.png animation.gif
Nice idea with horror styled graphics. Jacobs ladder is one of my favourite movies.
I like your animation, but maybe you could add some more highlights on the face mask? It is quite dark, though I suppose that is a good thing.
I decided to try my hands at an anatomical study of the character template walk cycle. :) I have only worked on it for a couple of hours and it's not really finished yet.
Pages