imagecaptcha

Last updated:

0 purchases

imagecaptcha Image
imagecaptcha Images
Add to Cart

Description:

imagecaptcha

dart-image-captcha (pub: imagecaptcha) #
A simple image captcha generator for Dart. Originally ported from the npm captchapng module: https://github.com/GeorgeChan/captchapng
Features #

Generates a numeric captcha image
Built-in fonts
Characters up and down, left and right limits, random displacement
No dependency on any service

Example #
ImageCaptcha captcha = new ImageCaptcha(80, 30);

double rand = new Random().nextDouble();

img.Image image = captcha.render( (rand*9000+1000).round() );

new File("test2.png").writeAsBytes( img.encodePng(image) );
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.