Skip to content

Command-line java application to generate Github-style identicons.

Notifications You must be signed in to change notification settings

chillb0nes/identicon-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

❤️

Identicon

Command-line java application to generate Github-style identicons.

Usage: [java -jar] identicon[.jar] [OPTIONS] <input>

Generate identicon of specified size by hashing user input string with
specified message digest algorithm and show preview or save generated
image to file directly.

Options:
 -a (--algorithm) NAME : Message digest algorithm. (default: SHA-256)
 -b (--border)         : Draw empty border around identicon. (default: true)
 -g (--no-gui)         : Do not show GUI. (default: false)
 -i (--image-size) N   : Result image size(px). (default: 250)
 -n (--iterations) N   : Number of hashing iterations. (default: 1)
 -o (--output) FILE    : Output file.
 -s (--size) N         : Identicon size(0-8). (default: 5)

Examples

1 2 3

Credits

About

Command-line java application to generate Github-style identicons.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages