ccap icon indicating copy to clipboard operation
ccap copied to clipboard

node.js generate captcha using c++ library CImg without install any other lib or software

Results 22 ccap issues
Sort by recently updated
recently updated
newest added

Update https://registry.npm.taobao.org to https://registry.npmmirror.com, For more info please refer to https://zhuanlan.zhihu.com/p/430580607. This is an automated PR by @npmmirror (Which is a bot maintained by 8d6e8cefe5a7e3202364ec2c48db03fcc544218cf70100bf65d2ed2df5cc83da).

There is a small typo in addon/jpeglib/CImg.h, release/node-v0.12.x-linux-x64/node_modules/ccap/addon/jpeglib/CImg.h, release/node-v4.1.x-linux-x64/node_modules/ccap/addon/jpeglib/CImg.h, release/node-v4.2.x-windows-x64/node_modules/ccap/addon/jpeglib/CImg.h. Should read `splitting` rather than `spliting`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

use nan.h replace node.h. and use FromJust replace origin toString & toInt32 function call. It make fix using in 12.3.1.

I added options for length options and custom characters, and improved examples and unit tests fix issue https://github.com/DoubleSpout/ccap/issues/95 thx

CAP.prototype._init = function(args){ if(arguments.length

我在docker环境下构建安装ccap,我的node版本是6.11.2 Status Code:200 OK 但是访问就是5位数字/captcha.jpg 显示为数字

目前验证码的显示是6个字符,建议增加控制显示字符长度的api,当需求要求有4个字符时,非要去改_text_len ,始终不合适,如果有一个api,那么就灵活很多。