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

Public Member Functions

 __construct ($sourceFile='', $destinationFile='')
 
 __call ($method, $args)
 
 clearHistory ()
 
 execute ($cmd)
 
 getBinary ($binName)
 
 getDestination ()
 
 getHistory ($type=Null)
 
 getImageMagickPath ()
 
 getImageQuality ()
 
 getLog ()
 
 getSource ()
 
 requirePlugin ($name, $version=null)
 
 setDestination ($path)
 
 setHistory ($path)
 
 setImageMagickPath ($path)
 
 setImageQuality ($value)
 
 setSource ($path)
 

Public Attributes

 $debug = false
 

Private Member Functions

 loadPlugins ()
 

Private Attributes

 $availableMethods = array()
 
 $destination = ''
 
 $escapeChars = null
 
 $history = array()
 
 $imageMagickPath = ''
 
 $imageQuality = 80
 
 $loadedPlugins = array()
 
 $log = array()
 
 $originalFile = ''
 
 $source = ''
 

Detailed Description

phMagick - Image manipulation with Image Magick

Version
0.4.1
Author
Nuno Costa - sven@.nosp@m.fran.nosp@m.codac.nosp@m.osta.nosp@m..com

Definition at line 29 of file phmagick.php.

Constructor & Destructor Documentation

phmagick::__construct (   $sourceFile = '',
  $destinationFile = '' 
)

Definition at line 45 of file phmagick.php.

References loadPlugins().

Here is the call graph for this function:

Member Function Documentation

phmagick::__call (   $method,
  $args 
)

Definition at line 200 of file phmagick.php.

References $ret.

phmagick::clearHistory ( )

Definition at line 136 of file phmagick.php.

phmagick::getHistory (   $type = Null)

Definition at line 116 of file phmagick.php.

References $type, phMagickHistory\returnArray, and phMagickHistory\returnCsv.

Referenced by phMagick_compose\tile().

Here is the caller graph for this function:

phmagick::getImageMagickPath ( )

Definition at line 101 of file phmagick.php.

References $imageMagickPath.

Referenced by getBinary().

Here is the caller graph for this function:

phmagick::getImageQuality ( )

Definition at line 110 of file phmagick.php.

References $imageQuality.

Referenced by phMagick_convert\convert(), and phMagick_resize\resize().

Here is the caller graph for this function:

phmagick::getLog ( )

Definition at line 59 of file phmagick.php.

References $log.

phmagick::loadPlugins ( )
private

Definition at line 162 of file phmagick.php.

References $base, and $plugins.

Referenced by __construct().

Here is the caller graph for this function:

phmagick::requirePlugin (   $name,
  $version = null 
)

Definition at line 142 of file phmagick.php.

Referenced by phmagick_decorations\glow(), phMagick_transform\reflection(), and phMagick_resize\resizeExactly().

Here is the caller graph for this function:

phmagick::setDestination (   $path)

Definition at line 77 of file phmagick.php.

References $path.

Referenced by phMagick_resize\onTheFly().

Here is the caller graph for this function:

phmagick::setImageMagickPath (   $path)

Definition at line 94 of file phmagick.php.

References $path.

phmagick::setImageQuality (   $value)

Definition at line 105 of file phmagick.php.

Member Data Documentation

phmagick::$availableMethods = array()
private

Definition at line 30 of file phmagick.php.

phmagick::$debug = false

Definition at line 42 of file phmagick.php.

phmagick::$destination = ''
private

Definition at line 38 of file phmagick.php.

Referenced by getDestination().

phmagick::$escapeChars = null
private

Definition at line 33 of file phmagick.php.

phmagick::$history = array()
private

Definition at line 35 of file phmagick.php.

phmagick::$imageMagickPath = ''
private

Definition at line 39 of file phmagick.php.

Referenced by getImageMagickPath().

phmagick::$imageQuality = 80
private

Definition at line 40 of file phmagick.php.

Referenced by getImageQuality().

phmagick::$loadedPlugins = array()
private

Definition at line 31 of file phmagick.php.

phmagick::$log = array()
private

Definition at line 43 of file phmagick.php.

Referenced by getLog().

phmagick::$originalFile = ''
private

Definition at line 36 of file phmagick.php.

phmagick::$source = ''
private

Definition at line 37 of file phmagick.php.

Referenced by getDestination(), and getSource().


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