SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class ImageMagick

ImageMagick Image Driver.

Variables

NameVisibilityDescription
$dir 
$ext 
$tmp_image 

Functions

NameVisibilityDescription
__constructpublicAttempts to detect the ImageMagick installation directory.
croppublic 
flippublic 
processpublicCreates a temporary image and executes the given actions. By creating a
propertiesprotected 
resizepublic 
rotatepublic 
sharpenpublic 

public __construct

void $ImageMagick->__construct ( array $config );

Attempts to detect the ImageMagick installation directory.

public crop

unknown $ImageMagick->crop ( mixed $prop );

This function does not have a description

public flip

unknown $ImageMagick->flip ( mixed $dir );

This function does not have a description

public process

unknown $ImageMagick->process ( mixed $image , mixed $actions , mixed $dir , mixed $file [, mixed $render ] );

Creates a temporary image and executes the given actions. By creating a
temporary copy of the image before manipulating it, this process is atomic.

protected properties

unknown $ImageMagick->properties ( );

This function does not have a description

public resize

unknown $ImageMagick->resize ( mixed $prop );

This function does not have a description

public rotate

unknown $ImageMagick->rotate ( mixed $amt );

This function does not have a description

public sharpen

unknown $ImageMagick->sharpen ( mixed $amount );

This function does not have a description