Adding the "distortion" option

This commit is contained in:
Gregwar
2013-01-21 14:04:53 +01:00
parent 0108219264
commit c224b93033
3 changed files with 4 additions and 0 deletions

View File

@ -105,6 +105,8 @@ class CaptchaGenerator
{
$fingerprint = $this->getFingerprint($key, $options);
$this->builder->setDistortion($options['distortion']);
$content = $this->builder->build(
$options['width'],
$options['height'],