文件名称:gocaptcha:用golang编写的验证码库
文件大小:802KB
文件格式:ZIP
更新时间:2024-05-22 00:56:10
golang image captcha Go
gocaptcha 一个简单的Go语言实现的验证码 图片实例 简介 基于Golang实现的图片验证码生成库,可以实现随机字母个数,随机直线,随机噪点等。可以设置任意多字体,每个验证码随机选一种字体展示。 实例 使用: go get github.com/lifei6671/gocaptcha/ 使用的类库 go get github.com/golang/freetype go get github.com/golang/freetype/truetype go get golang.org/x/image 天朝可以去 或 下载 代码 具体实例可以查看example目录,有生成的验证码图片。 func Get(w http.ResponseWriter, r *http.Request) { //初始化一个验证码对象 captchaImage,err :
【文件预览】:
gocaptcha-master
----utils.go(2KB)
----go.mod(178B)
----rnd_test.go(129B)
----rnd.go(560B)
----go.sum(518B)
----example()
--------tpl()
--------main.go(947B)
--------image_2.jpg(56KB)
--------image_4.jpg(52KB)
--------image_1.jpg(52KB)
--------image_3.jpg(52KB)
----LICENSE(11KB)
----fonts()
--------actionj.ttf(34KB)
--------KREMLINGEORGIANI3D.ttf(68KB)
--------DeborahFancyDress.ttf(32KB)
--------ApothecaryFont.ttf(61KB)
--------D3Parallelism.ttf(32KB)
--------Esquisito.ttf(277KB)
--------Comismsh.ttf(78KB)
--------Flim-Flam.ttf(137KB)
--------DENNEthree-dee.ttf(81KB)
--------3Dumb.ttf(139KB)
--------chromohv.ttf(45KB)
----fs.go(2KB)
----README.md(2KB)
----point.go(122B)
----.gitignore(277B)
----captcha.go(8KB)