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

Public Member Functions

 contrast (phmagick $p, $amount=10)
 
 denoise (phmagick $p, $amount=1)
 
 edges (phmagick $p, $amount=10)
 
 saturate (phmagick $p, $amount=200)
 
 sharpen (phmagick $p, $amount=10)
 
 smooth (phmagick $p)
 

Detailed Description

Definition at line 30 of file enhancements.php.

Member Function Documentation

phMagick_enhancements::contrast ( phmagick  $p,
  $amount = 10 
)

Definition at line 81 of file enhancements.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_enhancements::denoise ( phmagick  $p,
  $amount = 1 
)

Definition at line 32 of file enhancements.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_enhancements::edges ( phmagick  $p,
  $amount = 10 
)

Definition at line 94 of file enhancements.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_enhancements::saturate ( phmagick  $p,
  $amount = 200 
)

Definition at line 69 of file enhancements.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_enhancements::sharpen ( phmagick  $p,
  $amount = 10 
)

Definition at line 45 of file enhancements.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_enhancements::smooth ( phmagick  $p)

Definition at line 57 of file enhancements.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: