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