8
votes
4answers
789 views
what is the algorithm used to generate those little gravatar identicon images?
Naturally, one would suspect that the algorithm creates images that are:
highly unlikely to produce the same identicon twice; and
capable of ensuring that each identicon is suffi …
15
votes
0answers
956 views
How do you generate that default avatar in Stackoverflow? [closed]
I find it interesting, so was wondering if it has a name for it, or even better, an online generator for something like that?
Return to FAQ Index
1
vote
6answers
305 views
Is there identicon library for PHP
I'm looking for a PHP library/function/class which can create Identicons.
1
vote
1answer
67 views
How Do I Generate Random Identicons?
I am looking for the most basic way to generate random "identicons", with no regard for a user email/ip address, etc.
4
votes
7answers
426 views
How would you generate default user profile pictures?
I've been admiring StackOverflow's default quilt-like profile pictures (which I notice are also on the Fail Blog) and am curious what program both are using to generate them.
But …
8
votes
6answers
214 views
How is the user id image generated on SO?
I am a little curious about the cute little kaleidoscopic images associated with each user on this site.
How are those generated? Possibilities are:
A list of images is already t …
4
votes
3answers
196 views
Pure Python library to generate Identicons?
Does anyone know of a FOSS Python lib for generating Identicons? I've looked, but so far I haven't had much luck.
