使用java将文本转换为验证码图像
如何将文本转换为验证码图像。
编辑
我看了jcaptcha。它为 id 创建随机文本。但我需要 带有给定文本的图像。
How to convert text to captcha image.
EDIT
i looked at jcaptcha. It creates a random text for a id. But i need
a image with the given text.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Jcaptcha 提供了将文本转换为图像的类。
示例代码:
的 api 文档WordToImage接口
Jcaptcha provides classes to convert a text into image.
sample code:
api doc of WordToImage interface