See: Description
| Interface | Description |
|---|---|
| IdenticonCache | Represents a I2P identiconcache. |
| IdenticonRenderer | Identicon renderer interface. |
| Class | Description |
|---|---|
| IdenticonUtil | Utility methods useful for implementing identicon functionality. |
| NineBlockIdenticonRenderer2 | Generates 3x3 geometric identicons from hash codes using
symmetric and rotated patch patterns. |
Identicon generation library for creating unique visual icons from I2P destinations and identifiers.
This package provides:
The main identicon code is here, with servlet interface in net.i2p.imagegen. Includes minor modifications to remove dependencies on commons-logging and org.cache2k packages.
From https://github.com/PauloMigAlmeida/identicon
Identicons provide unique, recognizable visual icons generated deterministically from I2P destination hashes, making it easier to visually identify and recognize I2P addresses in the user interface.