Kociamber / identicon

Small application for GitHub-like avatar generation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Identicon

Elixir playground

This application was written for training purposes. It's generating random GitHub-like avatar .png file basing on string input.

  • Image is built on 5x5 grid.
  • Color is based on the string input.
  • The same string will always produce the same result.
  • The project is using few Erlang libs, like :egd, :crypto or :binary.

Example file generated for "string" ;)

alt text

Installation

If available in Hex, the package can be installed by adding identicon to your list of dependencies in mix.exs:

def deps do
  [{:identicon, "~> 0.1.0"}]
end

About

Small application for GitHub-like avatar generation.


Languages

Language:Elixir 100.0%