Random Avatar Generator

Possible duplicates:
What is the algorithm used to generate these small images with the gravatar symbol?

StackOverflow seems to have nice, randomly generated avatars for users by default. How to do it (preferably with PHP)?

+4
source share
2 answers

Gravatar: http://en.gravatar.com/

Here is a link to their php reference implementation: http://en.gravatar.com/site/implement/php

+2
source

Source: https://habr.com/ru/post/1306727/


All Articles