Package | Description |
---|---|
org.dromara.hutool.swing.captcha |
图片验证码实现
|
Modifier and Type | Method and Description |
---|---|
static LineCaptcha |
CaptchaUtil.ofLineCaptcha(int width,
int height)
创建线干扰的验证码,默认5位验证码,150条干扰线
|
static LineCaptcha |
CaptchaUtil.ofLineCaptcha(int width,
int height,
int codeCount,
int lineCount)
创建线干扰的验证码
|
static LineCaptcha |
CaptchaUtil.ofLineCaptcha(int width,
int height,
int codeCount,
int lineCount,
float sizeBaseHeight)
创建线干扰的验证码
|
Copyright © 2025. All rights reserved.