I have seen a avatar generator which makes monster creators, but I saw this a few years ago and now can't remember the name or find it with Google. Does anyone have a url?

link|improve this question

Do you remember more details? A cursory search turns up monster.namedecoder.com, but I assume you must've saw this already. – TNi Jul 11 '10 at 11:19
@TNi - I don't remember much, the only thing I remember is that it only generated a face, not whole body, and it was used to give an avatar to commentators on a blog. The url you mentioned is unfortunately filtered by our big brother (don't know why), will check with a vpn to see if it is what I'm looking for. Thanks. – Majid Fouladpour Jul 11 '10 at 11:26
@TNi - Ha ha! That is interesting too, although not what I was looking for. It says I am a Malevolent, Abhorrent, Jogger-Injuring Demon! – Majid Fouladpour Jul 11 '10 at 11:41
this is a site focused on software development. this kind of question should be googled. – stillstanding Aug 7 '10 at 17:41
feedback

1 Answer

up vote 6 down vote accepted

You're thinking of MonsterID

MonsterID is a method to generate a unique monster image based upon a certain identifier (IP address, email address, whatever). It can be used to automatically provide personal avatar images in blog comments or other community services.

The download contains a PHP file which will generate a random monster by default. When given a seed request parameter the monster will be based on this parameter and will always be the same for the same parameter. A second optional parameter named size can be given to get a resized image.

link|improve this answer
Exactly! Thanks. – Majid Fouladpour Jul 11 '10 at 11:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.