Patrick Cloke f353b72361 [pelican_comment_system] pep8-ify | 10 年 前 | |
---|---|---|
.. | ||
LICENSE | 10 年 前 | |
README.md | 10 年 前 | |
__init__.py | 10 年 前 | |
identicon.py | 10 年 前 |
: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
.