A colection of Identicon algorithms written in Go for fun and experimentation.
go get -u github.com/phrozen/identicon
Close port of the GitHub Identicon algorithm (12x12)
img := identicon.GitHub("phrozen") // paletted image 1bpp
A dark alternate that uses more of the hash information for a more distinct result (16x16)
img := identicon.GitHubAlternate("phrozen") // paletted image 1bpp