docs: add image demo

This commit is contained in:
Hsiaoming Yang
2023-07-29 10:28:42 +09:00
parent 43ba9dccbb
commit 100e05a8a3
2 changed files with 8 additions and 0 deletions

BIN
docs/_static/image-demo.png vendored Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

@@ -24,8 +24,16 @@ Generating image CAPTCHA with the :class:`ImageCaptcha` class is incredibly stra
captcha = ImageCaptcha()
data: BytesIO = captcha.generate('ABCD')
The result image would be something like:
.. figure:: ./_static/image-demo.png
This image CAPTCHA is generated by above code
Fonts
-----
You should use
Web server
----------