Tagged Questions
The identicon tag has no wiki summary.
22
votes
6answers
3k 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 sufficiently distinctive ...
8
votes
6answers
397 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 there in some folder ...
6
votes
8answers
1k 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 what I really want ...
6
votes
3answers
572 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.
2
votes
6answers
812 views
Is there identicon library for PHP
I'm looking for a PHP library/function/class which can create Identicons.
1
vote
3answers
217 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.