47 require_once
'../securimage.php';
52 $img->image_width = 250;
53 $img->image_height = 80;
54 $img->perturbation = 0.85;
56 $img->use_transparent_text =
true;
57 $img->text_transparency_percentage = 30;
60 $img->image_signature =
'phpcaptcha.org';
61 $img->signature_color =
new Securimage_Color(rand(0, 64), rand(64, 128), rand(128, 255));
62 $img->use_wordlist =
true;
64 $img->show(
'backgrounds/bg3.jpg');