Gregwar / Captcha

PHP Captcha library
MIT License
1.73k stars 290 forks source link

Options to limit the number of lines to draw on captcha text #6

Closed bftanase closed 11 years ago

bftanase commented 11 years ago

Hi,

I've added 2 options to limit (or disable) the number of lines to draw on the captcha text.

I'll send a PR for the bundle too.

Hope you find it useful.

Gregwar commented 11 years ago

Hi, i'll have a look

However, regarding the tests I did, note that these lines are very important to avoid OCR breaking of the codes

bftanase commented 11 years ago

RE: However, regarding the tests I did, note that these lines are very important to avoid OCR breaking of the codes

I fully agree, but my current client finds the captcha's "too hard" and want me to remove the lines. He'll probably change his mind when the spam starts pouring in, but until then I need this as an option...

You're right about min. I'll change it ASAP

Gregwar commented 11 years ago

Thanks for contributing