Files
identicon-algorithms/main.go
2026-02-28 16:36:53 +01:00

18 lines
261 B
Go

package main
import (
"github.com/fogleman/gg"
)
func main() {
dc := gg.NewContext(800, 800)
GitHub(dc, "64578396")
// XBitPolygons(dc, "BigBor14", 6, 6)
// FourBitSquares(dc, "Jaybee18")
dc.SavePNG("out.png")
}
// Bit font character overlay mit xor