Possible Duplicates:
Auto Generated Avatars on Stack Overflow
what is the algorithm used to generate those little gravatar identicon images?

StackOverflow seems to have nice, randomly generated avatars for default users. How do I do that (preferably with PHP)?

link|improve this question

feedback

closed as exact duplicate by George Stocker, Gumbo Apr 12 '10 at 18:59

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

up vote 6 down vote accepted

http://en.gravatar.com/

link|improve this answer
It doesn't ask what they use, it's asking how he could create one. – George Stocker Apr 12 '10 at 18:53
1  
And an excellent answer to that is to use gravatar :) – vfilby Apr 12 '10 at 18:54
Thanks, lightning fast. Now I have to wait 12 minutes to accept your answer...:( – ash Apr 12 '10 at 18:55
@Jasie :-) @George Stocker, The question was how stackoverflow did it, and how they can as well. The answer of gravatar answers both questions ;-) – Joel Martinez Apr 12 '10 at 18:56
feedback

Gravatar: http://en.gravatar.com/

Here is a link to their reference php implementation: http://en.gravatar.com/site/implement/php

link|improve this answer
feedback

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