Skip to content

Excse/captcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Captcha

Captcha is a Java library used to generate Captcha Images and GIFs.

Samples

Captcha GIF using just text:
Captcha GIF only text

Captcha GIF using text and gaussian:
Captcha GIF text and gaussian

Captcha GIF using text, gaussian and strokes:
Captcha GIF text, gaussian and strokes

Code example

For examples check out: Captcha Tests

Installation

Gradle

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

Contributing

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.

License

MIT