XOOPS RMCommon Utilities  2.1.8.91RC
 All Classes Namespaces Files Functions Variables
phMagick_transform Class Reference

Public Member Functions

 flipHorizontal (phmagick $p)
 
 flipVertical (phmagick $p)
 
 reflection (phmagick $p, $size=60, $transparency=50)
 
 rotate (phmagick $p, $degrees=45)
 

Detailed Description

Definition at line 30 of file transform.php.

Member Function Documentation

phMagick_transform::flipHorizontal ( phmagick  $p)

Flips the image horizonaly

Returns
unknown_type

Definition at line 63 of file transform.php.

References $p, phmagick\execute(), phmagick\getBinary(), phmagick\getDestination(), phmagick\getSource(), phmagick\setHistory(), and phmagick\setSource().

Here is the call graph for this function:

phMagick_transform::flipVertical ( phmagick  $p)

Flips the image vericaly

Returns
unknown_type

Definition at line 47 of file transform.php.

References $p, phmagick\execute(), phmagick\getBinary(), phmagick\getDestination(), phmagick\getSource(), phmagick\setHistory(), and phmagick\setSource().

Referenced by reflection().

Here is the call graph for this function:

Here is the caller graph for this function:

phMagick_transform::reflection ( phmagick  $p,
  $size = 60,
  $transparency = 50 
)

Flips the image horizonaly and verticaly

Returns
unknown_type

Definition at line 79 of file transform.php.

References $file, $p, phmagick\execute(), flipVertical(), phmagick\getBinary(), phmagick\getDestination(), phmagick\getSource(), phMagickGravity\None, phmagick\requirePlugin(), phmagick\setHistory(), and phmagick\setSource().

Here is the call graph for this function:

phMagick_transform::rotate ( phmagick  $p,
  $degrees = 45 
)

Definition at line 31 of file transform.php.

References $p, phmagick\execute(), phmagick\getBinary(), phmagick\getDestination(), phmagick\getSource(), phmagick\setHistory(), and phmagick\setSource().

Here is the call graph for this function:


The documentation for this class was generated from the following file: