options to fine tune captcha image: max_front_lines, max_behind_lines

This commit is contained in:
Bogdan Tanase
2013-03-13 12:02:41 +02:00
parent 19142f30e4
commit 2d8d9f3b5f
4 changed files with 8 additions and 1 deletions

View File

@ -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(