An identicon is a small, abstract image that serves as a visual hash of identifying information such as an email or IP address.
0
votes
1answer
50 views
Turn a human readable string into an image to be displayed with data-uris
Is there any conventional way to turn an arbitrary string into an image?
In my use case, lets say I want to have an image for each user that maps directly to that user's name.
The concept is similar ...
13
votes
3answers
358 views
Preventing generation of swastika-like images when generating identicons
I am using this PHP script to generate identicons. It uses Don Park's original identicon algorithm.
The script works great and I have adapted it to my own application to generate identicons. The ...
0
votes
2answers
117 views
Generating a custom Identicon avatar?
So I know about Identicons, MonsterID's, and Wavatars, etc, and understand that they use hashed IP addresses/e-mails to generate a unique avatar.
Is there any information about the algorithm so that ...
1
vote
3answers
331 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.
2
votes
6answers
1k views
Is there identicon library for PHP [closed]
I'm looking for a PHP library/function/class which can create Identicons.
8
votes
8answers
2k 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 ...
8
votes
6answers
499 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 ...
7
votes
3answers
791 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.