noalyss Version-9
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/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
 

Variable Documentation

◆ $img

$img = new securimage()

Definition at line 39 of file securimage_show.php.

◆ background_directory

$img background_directory ="./backgrounds"

◆ bgimg

$img bgimg ="./backgrounds/bg3.jpg"

◆ image_height

$img image_height = 70

◆ image_type

$img image_type = SI_IMAGE_JPEG

Definition at line 50 of file securimage_show.php.

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

◆ image_width

$img image_width = 320

◆ line_color

$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().

◆ num_lines

$img num_lines = 7

Definition at line 48 of file securimage_show.php.

Referenced by Securimage\__construct(), and Securimage\doImage().

◆ perturbation

$img perturbation = 0.80

Definition at line 45 of file securimage_show.php.

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

◆ text_transparency_percentage

$img text_transparency_percentage = 40

Definition at line 47 of file securimage_show.php.

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

◆ use_multi_text

$img use_multi_text =true