noalyss Version-9
|
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/bg3.jpg" |
$img | image_height = 70 |
$img | image_type = SI_IMAGE_JPEG |
$img | image_width = 320 |
$img | line_color = new Securimage_Color(rand(0, 255), rand(0, 255), rand(0, 255)) |
$img | num_lines = 7 |
$img | perturbation = 0.80 |
$img | text_transparency_percentage = 40 |
$img | use_multi_text =true |
$img = new securimage() |
Definition at line 39 of file securimage_show.php.
$img background_directory ="./backgrounds" |
Definition at line 51 of file securimage_show.php.
Referenced by Securimage\getBackgroundFromDirectory(), and Securimage\setBackground().
$img bgimg ="./backgrounds/bg3.jpg" |
Definition at line 52 of file securimage_show.php.
Referenced by Securimage\doImage(), Securimage\setBackground(), and Securimage\show().
$img image_height = 70 |
Definition at line 44 of file securimage_show.php.
Referenced by Securimage\__construct(), Securimage\addSignature(), Securimage\distortedCopy(), Securimage\doImage(), Securimage\drawLines(), Securimage\drawWord(), and Securimage\setBackground().
$img image_type = SI_IMAGE_JPEG |
Definition at line 50 of file securimage_show.php.
Referenced by Securimage\__construct(), and Securimage\output().
$img image_width = 320 |
Definition at line 43 of file securimage_show.php.
Referenced by Securimage\__construct(), Securimage\addSignature(), Securimage\distortedCopy(), Securimage\doImage(), Securimage\drawLines(), Securimage\drawWord(), and Securimage\setBackground().
$img line_color = new Securimage_Color(rand(0, 255), rand(0, 255), rand(0, 255)) |
Definition at line 49 of file securimage_show.php.
Referenced by Securimage\__construct(), and Securimage\allocateColors().
$img num_lines = 7 |
Definition at line 48 of file securimage_show.php.
Referenced by Securimage\__construct(), and Securimage\doImage().
$img perturbation = 0.80 |
Definition at line 45 of file securimage_show.php.
Referenced by Securimage\__construct(), and Securimage\distortedCopy().
$img text_transparency_percentage = 40 |
Definition at line 47 of file securimage_show.php.
Referenced by Securimage\__construct(), and Securimage\allocateColors().
$img use_multi_text =true |
Definition at line 53 of file securimage_show.php.
Referenced by Securimage\__construct(), Securimage\allocateColors(), and Securimage\drawWord().