SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class GraphicsMagick

GraphicsMagick Image Driver.

Variables

NameVisibilityDescription
$dir 
$errors 
$ext 
$image 
$tmp_image 

Functions

NameVisibilityDescription
__constructpublicAttempts to detect the GraphicsMagick installation directory.
croppublic 
executepublicExecutes a set of actions, defined in pairs.
flippublic 
processpublicCreates a temporary image and executes the given actions. By creating a
propertiesprotected 
resizepublic 
rotatepublic 
sanitizeGeometryprotectedSanitize and normalize a geometry array based on the temporary image
sharpenpublic 

public __construct

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

Attempts to detect the GraphicsMagick installation directory.

public crop

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

This function does not have a description

public execute (from ImageDriver)

boolean $ImageDriver->execute ( array $actions );

Executes a set of actions, defined in pairs.

public flip

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

This function does not have a description

public process

unknown $GraphicsMagick->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 $GraphicsMagick->properties ( );

This function does not have a description

public resize

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

This function does not have a description

public rotate

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

This function does not have a description

protected sanitizeGeometry (from ImageDriver)

void $ImageDriver->sanitizeGeometry ( array &$geometry );

Sanitize and normalize a geometry array based on the temporary image
width and height. Valid properties are: width, height, top, left.

public sharpen

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

This function does not have a description