X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/9a5697bdce686f306f1cd66db74187df2a4c4e1d..7aa6c5a37309a0b063e58a258f28b2561204fed3:/Util/ImageUtil.php diff --git a/Util/ImageUtil.php b/Util/ImageUtil.php index de1db0a..8e111b9 100644 --- a/Util/ImageUtil.php +++ b/Util/ImageUtil.php @@ -84,6 +84,21 @@ class ImageUtil { */ protected SluggerUtil $slugger; + //Captcha background + protected string $captchaBackground; + + //Captcha fill + protected string $captchaFill; + + //Captcha font size + protected int $captchaFontSize; + + //Captcha stroke + protected string $captchaStroke; + + //Captcha stroke width + protected int $captchaStrokeWidth; + /** * Creates a new image util *