setBackgroundColor(255, 255, 255); $captcha->setMaxAngle(5); $captcha->setMaxBehindLines(3); $captcha->setMaxFrontLines(0); $captcha->setTextColor(0, 0, 0); $captcha->setInterpolation(false); $captcha->setDistortion(false); $captcha->build($width = 180, $height = 50); $_SESSION['captcha'] = $captcha->getPhrase(); header('Content-type: image/jpeg'); $captcha->output();