文件名称:pillow_PIL.zip
文件大小:269KB
文件格式:ZIP
更新时间:2023-04-15 17:07:38
Pillow
def verify(request):
# name 是图片名称
# code 图片内容
# bindata 图片的二进制数据
name, code, bindata = captcha.generate_captcha()
request.session['imgcode'] = code
# content_type:指定浏览器的输出格式
return HttpResponse(bindata, content_type='image/jpg')
【文件预览】:
pillow_PIL
----captcha.py(17KB)
----fonts()
--------Georgia.ttf(140KB)
--------actionj.ttf(34KB)
--------Arial.ttf(269KB)
----__pycache__()
--------__init__.cpython-36.pyc(134B)
--------captcha.cpython-36.pyc(9KB)
----__init__.py(0B)