README.md
1RingIcon - A Indenticon/Glyphicon Library
2=========================================
3
4This minimal library generates identifiers based on an input seed. It can be
5used to generate avatar images or visualize other identifying info (like
6crypto keys). The result is a PNG or SVG image.
7
8It has no dependencies except the GD library extension for PHP for PNG images.
9
10
11
12
13Usage
14-----
15
16See the ``demo.html``/``demo.php`` files for examples.
17
18You can tune the following parameters:
19
20- The size of the resulting image (via constructor)
21- The number of rings to generate (via constructor)
22- Multicolor versus monochrome image (via ``setMono()`` method)
23
24The monochrome version uses a single color and variates the alpha transparency of the rings.
25