Tiledenticon
Create more interesting identicons
angus.koepp@kshlerinluettgen.net
mitchell_blick@harveygerhold.org
natasha.konopelski@lueilwitz.biz.png
Installation
Add this line to your application's Gemfile:
gem 'tiledenticon'
And then execute:
$ bundle
Or install it manually as:
$ gem install tiledenticon
Usage
To generate a basic identicon use
require 'tiledenticon'
td = Tiledenticon.new('output_directory')
td.create('my@email.com')
Algorithm
The gem uses a modified version of the tiling algorithm found here