How to convert text to captcha image.
EDIT
I looked at jcaptcha. It creates random text for the identifier. But I need an image with the given text.
Jcaptcha provides classes for converting text to image.
code example:
WordToImage image = ComposedWordToImage(fontGenerator, background,textPaster); BufferedImage image = image.getImage("text");
api doc WordToImage interface
Source: https://habr.com/ru/post/1306765/More articles:The most efficient server-side programming language for web development? - javaHow to find a "close word" in MySQL? - phpWhere is the virtual machine located in LLVM? - virtual-machineHow to create a registry key through a java program? - javaHow to clear form data depending on registered user in django admin panel? - djangousing default icons in UITabbar - iphoneWhat tool can be used to combine wsdl and xsd files? - wsdlGenetic programming of online learning - language-agnosticWeak connection with static libraries - cHow can I debug a form? - debuggingAll Articles