Stack overflow uses a default generated image called Identicons for users. They look like this:

one one one one

A basic overview of the system is here.

My question is, what is the algorithm that Gravatar uses to generate these? The question here provides a link to the original 9-panel version of identicons. Gravatar's version uses a 16-panel version.

Is the source available?

link|improve this question
1  
I think this actually makes more sense on SO than on Meta, but there's no option to migrate in that direction. EDIT: Turns out it's been asked there before – Michael Mrozek Aug 14 '10 at 3:49
feedback

1 Answer

I've found the PHP implementation for the 16-panel identicons.

http://scott.sherrillmix.com/blog/blogger/wp_identicon/

This has the PHP source for version 1.02.

link|improve this answer
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged