options to fine tune captcha image: max_front_lines, max_behind_lines
This commit is contained in:
@ -95,6 +95,9 @@ class CaptchaGenerator
|
||||
{
|
||||
$this->builder->setDistortion($options['distortion']);
|
||||
|
||||
$this->builder->setMaxFrontLines($options['max_front_lines']);
|
||||
$this->builder->setMaxBehindLines($options['max_behind_lines']);
|
||||
|
||||
$fingerprint = isset($options['fingerprint']) ? $options['fingerprint'] : null;
|
||||
|
||||
$content = $this->builder->build(
|
||||
|
Reference in New Issue
Block a user