View Source Identicon (my_identicon_generation v0.1.1)

Create your Identicon similar to github profiles by providing your name

examples

Examples

iex> Identicon.main "your_name"

installation

Installation

iex> def deps do
      [{:elasticachex, "~> 1.1"}]
     end

deps-to-install-to-work-as-expected

Deps To Install to work as expected

iex> {:egd, github: "erlang/egd"}

Link to this section Summary

Link to this section Functions

Link to this function

filter_odd_squares(image)

View Source

Create a Identicon by providing the name to the main function

examples

Examples

iex> Identicon.main "your_name"
Link to this function

save_image(image, input)

View Source