noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
Namespaces | Variables
securimage_show.php File Reference

Go to the source code of this file.

Namespaces

namespace  Securimage
 

Project: Securimage: A PHP class for creating and managing form CAPTCHA images
File: securimage.php


Variables

 $img = new securimage()
$img background_directory = "./backgrounds"
$img bgimg = "./backgrounds/bg4.jpg"
$img image_bg_color = new Securimage_Color("#000000")
$img image_height = 50
$img image_type = SI_IMAGE_JPEG
$img image_width = 205
$img line_color = new Securimage_Color("#0033ff")
$img num_lines = 0
$img perturbation = 0.35
$img signature_color = new Securimage_Color(rand(0, 64), rand(64, 128), rand(128, 255))
$img text_transparency_percentage = 45
$img use_multi_text = true

Variable Documentation

$img = new securimage()

Definition at line 39 of file securimage_show.php.

$img background_directory = "./backgrounds"
$img bgimg = "./backgrounds/bg4.jpg"
$img image_bg_color = new Securimage_Color("#000000")

Definition at line 46 of file securimage_show.php.

Referenced by Securimage\allocateColors(), and Securimage\Securimage().

$img image_height = 50
$img image_type = SI_IMAGE_JPEG

Definition at line 52 of file securimage_show.php.

Referenced by Securimage\output(), and Securimage\Securimage().

$img image_width = 205
$img line_color = new Securimage_Color("#0033ff")

Definition at line 50 of file securimage_show.php.

Referenced by Securimage\allocateColors(), and Securimage\Securimage().

$img num_lines = 0
$img perturbation = 0.35

Definition at line 45 of file securimage_show.php.

Referenced by Securimage\distortedCopy(), and Securimage\Securimage().

$img signature_color = new Securimage_Color(rand(0, 64), rand(64, 128), rand(128, 255))

Definition at line 51 of file securimage_show.php.

Referenced by Securimage\allocateColors(), and Securimage\Securimage().

Definition at line 48 of file securimage_show.php.

Referenced by Securimage\allocateColors(), and Securimage\Securimage().

$img use_multi_text = true
 All Data Structures Namespaces Files Functions Variables Enumerations