Bernhard Scheirle 02a4645912 [pelican_comment_system] made python3 compatible | %!s(int64=10) %!d(string=hai) anos | |
---|---|---|
.. | ||
LICENSE | %!s(int64=10) %!d(string=hai) anos | |
README.md | %!s(int64=10) %!d(string=hai) anos | |
__init__.py | %!s(int64=10) %!d(string=hai) anos | |
identicon.py | %!s(int64=10) %!d(string=hai) anos |
:Author:Shin Adachi shn@glucose.jp
python identicon.py [code]
import identicon
identicon.render_identicon(code, size)
Return a PIL Image class instance which have generated identicon image.
size
specifies patch size. Generated image size is 3 * size
.