diff --git a/README.md b/README.md index decbbaa..509085a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -**identiconpp** is a library to generate identicons for C++. +**identiconpp** is a library to generate identicons for C++ and C. You get the images as `Magick::Image`. This allows you to make all kinds of modifications. @@ -54,6 +54,14 @@ int main() } ``` +### C interface + +This is somewhat experimental. Have a look at [example.c] +(https://schlomp.space/tastytea/identiconpp/src/branch/master/example.c). + +It seems to be impossible to use `Magick++` and `MagickWand` in the same +library, so the images are returned as base64-encoded strings. + ## Install ### Gentoo