X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/232d0fe60cb6990fd231a2645233e3ef8c00cbea..be7818e80700878eb8651a6717aa9f378bdc9377:/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 *