| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
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 | image_width = 250 | 
| $img | image_height = 80 | 
| $img | perturbation = 0.85 | 
| $img | image_bg_color = new Securimage_Color("#f6f6f6") | 
| $img | use_transparent_text = true | 
| $img | text_transparency_percentage = 30 | 
| $img | num_lines = 7 | 
| $img | line_color = new Securimage_Color("#eaeaea") | 
| $img | image_signature = 'phpcaptcha.org' | 
| $img | signature_color = new Securimage_Color(rand(0, 64), rand(64, 128), rand(128, 255)) | 
| $img | use_wordlist = true | 
| $img = new Securimage() | 
Definition at line 49 of file securimage_show_example.php.
| $img image_bg_color = new Securimage_Color("#f6f6f6") | 
Definition at line 55 of file securimage_show_example.php.
Referenced by Securimage\__construct(), and Securimage\allocateColors().
| $img image_height = 80 | 
Definition at line 53 of file securimage_show_example.php.
Referenced by Securimage\addSignature(), PHPlot\CalcPlotAreaPixels(), Securimage\distortedCopy(), Securimage\doImage(), PHPlot\DrawBackground(), PHPlot\DrawImageBorder(), Securimage\drawLines(), Securimage\drawNoise(), Securimage\drawWord(), PHPlot\PHPlot(), PHPlot\PrintError(), Securimage\setBackground(), PHPlot\SetInputFile(), and PHPlot\SetPlotAreaPixels().
| $img image_signature = 'phpcaptcha.org' | 
Definition at line 60 of file securimage_show_example.php.
Referenced by Securimage\addSignature(), and Securimage\doImage().
| $img image_width = 250 | 
Definition at line 52 of file securimage_show_example.php.
Referenced by Securimage\addSignature(), PHPlot\CalcPlotAreaPixels(), Securimage\distortedCopy(), Securimage\doImage(), PHPlot\DrawBackground(), PHPlot\DrawImageBorder(), Securimage\drawLines(), Securimage\drawNoise(), PHPlot\DrawTitle(), Securimage\drawWord(), PHPlot\PHPlot(), PHPlot\PrintError(), Securimage\setBackground(), PHPlot\SetInputFile(), and PHPlot\SetPlotAreaPixels().
| $img line_color = new Securimage_Color("#eaeaea") | 
Definition at line 59 of file securimage_show_example.php.
Referenced by Securimage\__construct(), Securimage\allocateColors(), and ilImagemapFileInputGUI\setLineColor().
| $img num_lines = 7 | 
Definition at line 58 of file securimage_show_example.php.
Referenced by Securimage\doImage().
| $img perturbation = 0.85 | 
Definition at line 54 of file securimage_show_example.php.
Referenced by Securimage\__construct(), Securimage\distortedCopy(), Securimage\doImage(), and Securimage\drawWord().
| $img signature_color = new Securimage_Color(rand(0, 64), rand(64, 128), rand(128, 255)) | 
Definition at line 61 of file securimage_show_example.php.
Referenced by Securimage\__construct(), and Securimage\allocateColors().
| $img text_transparency_percentage = 30 | 
Definition at line 57 of file securimage_show_example.php.
Referenced by Securimage\allocateColors().
| $img use_transparent_text = true | 
Definition at line 56 of file securimage_show_example.php.
Referenced by Securimage\allocateColors(), and Securimage\doImage().
| $img use_wordlist = true | 
Definition at line 62 of file securimage_show_example.php.
Referenced by Securimage\createCode().