0.0
No commit activity in last 3 years
No release in over 3 years
More interesting identicons
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Tiledenticon

Create more interesting identicons


alt text

angus.koepp@kshlerinluettgen.net


alt text

carmen.ondricka@bins.biz


alt text

mitchell_blick@harveygerhold.org


alt text

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