Skip to content

phrozen/identicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

identicon

A colection of Identicon algorithms written in Go for fun and experimentation.

Install

go get -u github.com/phrozen/identicon

Examples

GitHub

Close port of the GitHub Identicon algorithm (12x12)

img := identicon.GitHub("phrozen") // paletted image 1bpp

phrozen.png

Github Alternate

A dark alternate that uses more of the hash information for a more distinct result (16x16)

img := identicon.GitHubAlternate("phrozen") // paletted image 1bpp

phrozen.png

About

A collection of Identicon algorithms

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages