Captcha is a Java library used to generate Captcha Images and GIFs.
Captcha GIF using text and gaussian:
Captcha GIF using text, gaussian and strokes:
For examples check out: Captcha Tests
When using gradle you just need to add the maven repository to the end of the repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Then you can just add the dependency:
dependencies {
implementation 'com.github.Excse:captcha:master-SNAPSHOT'
}
For other installations visit: https://jitpack.io/#Excse/captcha/master-SNAPSHOT
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.