You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I hope you still remember this repo:) I was playing with it last 2 days, modifying the parameters that go into gimp() and addText().
I am trying to replicate a design of captcha for which I strongly believe it must have been generated with your library. I’ll show an image example: https://prnt.sc/s3x37e
Notice the slight contour differences with number 3 and 5. I was unable to get same style. Can I translate the image a few pixels horizontally as well with the library or should I do that with some other function?
Here is the default function I used:
Captcha captcha = new Captcha.Builder(200, 50)
.addText(new myNameTextProducer()) // only changed it to get same text for testing
.addBackground()
.addNoise()
// .gimp(new myRippleGimpyRenderer())
.gimp()
.addBorder()
.build();
Many thanks for your help.
The text was updated successfully, but these errors were encountered:
Hi there, I hope you still remember this repo:) I was playing with it last 2 days, modifying the parameters that go into
gimp()
andaddText()
.I am trying to replicate a design of captcha for which I strongly believe it must have been generated with your library. I’ll show an image example: https://prnt.sc/s3x37e
Notice the slight contour differences with number 3 and 5. I was unable to get same style. Can I translate the image a few pixels horizontally as well with the library or should I do that with some other function?
Here is the default function I used:
Many thanks for your help.
The text was updated successfully, but these errors were encountered: