Skip to content

CampbellMG/KIdenticon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

KIdenticon

A simple Kotlin (JVM) identicon generator

Use

(Using jar from builds)

java -jar kidenticon.jar <salt> <filename>

e.g. java -jar kidenticon.jar test output will generate the following output.png

output

Code use

Colour and bubble size are configurable through passing Palette and Config options to the Kidenticon class

Palette

Provides configuration for colour palette (20 colours) and background colour

Config

Provides configuration for image size and min bubble size (max bubble size is always half)

About

A Kotlin (JVM) based identicon generator

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages