Command line utility for creating an png image from a given string.
erlang, rebar3, elixir
- Clone project
git clone git@github.com:salfum/identiconizer.git; cd identiconizer
- Get dependencies and compile project
mix deps.get; mix compile; mix escript.build
./identiconizer salfum12
Creates a 250x250 png in the same directory
- Add the ability to choose a grid size.
- Add the ability to force the color of the picture.
- Add other optional hashing algorithms like sha1, etc.