forked from tastytea/libravatarserv
Switched identicon algorithm to sigil.
This commit is contained in:
parent
ec8cd3aa10
commit
68ac890eab
|
@ -2,7 +2,7 @@ pipeline:
|
|||
download:
|
||||
image: plugins/download
|
||||
pull: true
|
||||
source: https://schlomp.space/attachments/0786d52d-7deb-4e83-83c5-7a1b8ff5b985
|
||||
source: https://schlomp.space/attachments/8cd1fb5b-716a-4143-8173-53ffbef623e3
|
||||
destination: identiconpp.deb
|
||||
|
||||
gcc5:
|
||||
|
|
|
@ -143,10 +143,11 @@ Up to and including 0.6.2, the packages were generated on Ubuntu 16.04 64 bit.
|
|||
* [crypto++](https://cryptopp.com) (tested: 7.0 / 5.6)
|
||||
* [imagemagick](https://www.imagemagick.org/) (tested: 7.0 / 6.7)
|
||||
* [libxdg-basedir](http://repo.or.cz/w/libxdg-basedir.git) (tested: 1.2)
|
||||
* [identiconpp](https://schlomp.space/tastytea/identiconpp) (at least: 0.1.2)
|
||||
* [identiconpp](https://schlomp.space/tastytea/identiconpp) (at least: 0.2.0)
|
||||
|
||||
On a Debian system, install the packages: `build-essential cmake libcrypto++-dev
|
||||
libmagick++-dev libxdg-basedir-dev`.
|
||||
libmagick++-dev libxdg-basedir-dev` and
|
||||
[identiconpp](https://schlomp.space/tastytea/identiconpp).
|
||||
|
||||
#### Compile
|
||||
|
||||
|
|
|
@ -105,7 +105,7 @@ int main()
|
|||
{
|
||||
try
|
||||
{
|
||||
Identiconpp identicon(4, 4, Identiconpp::identicon_type::simple,
|
||||
Identiconpp identicon(4, 4, Identiconpp::algorithm::sigil,
|
||||
"ffffffff",
|
||||
{ // The 16 named colors specified in HTML 4.01
|
||||
// minus white, silver and gray.
|
||||
|
|
Loading…
Reference in New Issue
Block a user