//
pkg.gl
Category
github.com/bitqiu/pix-gen
pkg
captcha
package
0.0.0-20240611100626-77274ff79d94
Repository:
https://github.com/bitqiu/pix-gen.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
1
Files
538 SLOC
#
Functions
New
New 创建一个新的 Captcha 实例.
NewImage
NewImage 创建一个新的图片.
#
Constants
ALL
全部字符.
CLEAR
去除部分易混淆的字符.
HIGH
高度干扰.
LOWER
小写字母.
MEDIUM
中等干扰.
NORMAL
正常干扰.
NUM
数字.
UPPER
大写字母.
#
Structs
Bilinear
定义 Bilinear 结构体.
BilinearSrc
BilinearSrc 结构体,用于存储插值所需的参数.
Captcha
Captcha 结构体定义了验证码的属性.
Image
Image 图片类型.
#
Type aliases
DisturLevel
DisturLevel 定义了干扰级别的枚举.
StrType
StrType 定义了字符串类型的枚举.