Is there any php fractal image generating library like stackoverflow’s default avatar ?
I want to use it for default avatar like this site.
Is there any php fractal image generating library like stackoverflow’s default avatar ? I
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Stack Overflow avatars are provided by Gravatar. The default image is not a fractal — it is generated using a variant of the Identicon algorithm, which basically just puts together an image using a couple of simple geometric components in a grid.
There is a PHP implementation of the Identicon algorithm available: http://sourceforge.net/projects/identicons/