Class Asido_Image

Description

Asido Image

Located in /class.image.php (line 18)


	
			
Variable Summary
 string $__source
 string $__target
Method Summary
 Asido_Image Asido_Image ([string $source = null], [string $target = null])
 void operation (callback $callback, mixed $params, array $params )
 boolean save ([mixed $overwrite_mode = ASIDO_OVERWRITE_DISABLED])
 string source ([string $new_source = null])
 string target ([string $new_target = null])
Variables
array $__operations = array() (line 49)

Operation Queue

  • access: protected
string $__source = null (line 29)

Source Image

This is the image that is the source for the image operations

  • access: protected
string $__target = null (line 40)

Target Image

This is the image that we are going to write the results from the image operations

  • access: protected
Methods
Constructor Asido_Image (line 59)

Constructor

Asido_Image Asido_Image ([string $source = null], [string $target = null])
  • string $source: source image for the image operations
  • string $target: target image for the image operations
operation (line 150)

Store an operation in the image operation queue

  • access: public
void operation (callback $callback, mixed $params, array $params )
  • callback $callback
  • array $params
save (line 171)

Save the image after being processed

  • access: public
boolean save ([mixed $overwrite_mode = ASIDO_OVERWRITE_DISABLED])
  • mixed $overwrite_mode: if this mode is ON (ASIDO_OVERWRITE_ENABLED), and there is already a file with the same as the target, this method will throw a warning stating that you are abut to overwrite an existing file
source (line 73)

Get\Set source image

  • access: public
string source ([string $new_source = null])
  • string $new_source
target (line 110)

Get\Set target image

  • access: public
string target ([string $new_target = null])
  • string $new_target

Documentation generated on Mon, 09 Apr 2007 23:57:08 +0300 by phpDocumentor 1.3.0RC4