Skip to content
/ sirusi Public

create indenticons similar to GitHub and Gravatar (retro) avatars.

License

Notifications You must be signed in to change notification settings

taichi/sirusi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sirusi

create indenticons similar to Github and Gravatar (retro) avatars.

5x5 6x6 7x7

Getting Started

execute commands below

./gradlew installApp
./standalone/build/install/sirusi/bin/sirusi

and access to http://localhost:8080/0000.png?s=96 you will see below

0000

Sirusi supported url template is /{seed}.{type}?s={size}

  • seed
    • any strings
  • type
    • supported content type is jpg, bmp, gif, png, wbmp, jpeg.
    • default type is png
  • size
    • default size is 48. this means 48x48 pixel png will be generate.

Install to Ubuntu

./gradlew buildDeb
sudo gdebi build/distributions/sirusi_0.1.0_all.deb

Uninstall from Ubuntu

sudo apt-get remove sirusi

Similar projects

License

Apache License, Version 2.0

About

create indenticons similar to GitHub and Gravatar (retro) avatars.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published