dchest / captcha

Go package captcha implements generation and verification of image and audio CAPTCHAs.
godoc.org/github.com/dchest/captcha
MIT License
1.92k stars 294 forks source link

Can I set the background of the captcha instead of pure PNG image ? #43

Closed kratintiwari closed 2 years ago

dchest commented 2 years ago

You can't change the background of the image without modifying this package, however it's specifically a transparent PNG so that you could the image on any background in your HTML.