- Notifications
You must be signed in to change notification settings - Fork3
An Elixir library for generating GitHub-like identicons
License
NotificationsYou must be signed in to change notification settings
rbishop/identicon
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
An Elixir library for generating GitHub-like symmetrical 5x5 identicons.
Just pass a string orchar_list
toIdenticon.render/1
. Youwill get back a Base64 encoded string representing youridenticon image.
image=Identicon.render"Elixir"# => a1070f60bb1e600..."
You can just keep using this in memory or write to file and decode into animage:
image=Identicon.render"Elixir":ok=File.write("Elixir.txt",image)
$ cat Elixir.txt| base64 -D -o elixir.png
- Support various size/pixel count/background color identicons
- Make the identicons symmetric like GitHub's (so cool!)
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Identicon uses the same license as the Elixir programming language. See thelicensefile formore information.
About
An Elixir library for generating GitHub-like identicons
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.