phpCoreLib2
[ class tree: phpCoreLib2 ] [ index: phpCoreLib2 ] [ all elements ]

Class: DImageMagick

Source Location: /Files/Pictures/DImageMagick.php

Class Overview

DObject
   |
   --DImageAbstract
      |
      --DImageMagick

Base image file based on ImageMagick This class include the main image functions for transformation and image file handling.


Methods


Inherited Constants

Inherited Variables

Inherited Methods

Class: DImageAbstract

DImageAbstract::__construct()
Class constructor
DImageAbstract::delFromDisk()
Removes the image
DImageAbstract::getFileData()
Returns raw data
DImageAbstract::getFileName()
Returns file name
DImageAbstract::getParameter()
Returs parameter value
DImageAbstract::getRowParams()
Returns row image parameters
DImageAbstract::saveToDisk()
Saves the image to drive
DImageAbstract::setConvertOptions()
Sets convert options and makes simple validation ot the data
DImageAbstract::setFileData()
Sets the file raw data
DImageAbstract::setFileName()
Sets the file name
DImageAbstract::setMode()
Sets image transformation mode
DImageAbstract::setParameter()
Sets parameter value
DImageAbstract::_calcPositionH()
Calculates Horizontal offset for the watermark
DImageAbstract::_calcPositionV()
Calculates Vertical offsetfot the watermark
DImageAbstract::_handleResult()
Handles the result and returns the result status
DImageAbstract::_makeDestination()
Makes the destination and temporary files if needed
DImageAbstract::_makeSource()
Makes the source variable and temporary files if needed

Class: DObject

DObject::__construct()
Constructor
DObject::debug()
Debig
DObject::getClassMembers()
Gets member variables of the instance
DObject::getClassMemberType()
Gets class member type
DObject::getClassMethods()
Gets classes of the class
DObject::getClassName()
Gets class name
DObject::PHPSerialize()
Gets serialized string of the class
DObject::trace()
Trace
DObject::__destruct()
Descructor
DObject::__toString()
Returns String equivalent of the object.

Class Details

[line 19]
Base image file based on ImageMagick This class include the main image functions for transformation and image file handling.



[ Top ]


Class Methods


constructor __construct [line 38]

DImageMagick __construct( string $XMLFileConfigName)

Class constructor



Tags:

access:  public


Overrides DImageAbstract::__construct() (Class constructor)

Parameters:

string   $XMLFileConfigName  

[ Top ]

method _blur [line 228]

string _blur( )

Blurs the image and returns the raw data



Tags:

access:  protected


[ Top ]

method _convert [line 94]

string _convert( )

Converts the image and returns the raw data



Tags:

access:  protected


[ Top ]

method _crop [line 138]

string _crop( )

Crops the image and returns the raw data



Tags:

access:  protected


[ Top ]

method _flip [line 282]

string _flip( )

Flips the image and returns the raw data



Tags:

access:  protected


[ Top ]

method _flop [line 302]

string _flop( )

Flops the image and returns the raw data



Tags:

access:  protected


[ Top ]

method _identify [line 54]

mixed _identify( [string $fileToIdentify = null])

Identifies the image and sets the $_parameters array



Tags:

access:  protected


Parameters:

string   $fileToIdentify  

[ Top ]

method _negate [line 262]

string _negate( )

Negates the image and returns the raw data



Tags:

access:  protected


[ Top ]

method _noise [line 322]

string _noise( )

Noises the image and returns the raw data



Tags:

access:  protected


[ Top ]

method _raise [line 352]

string _raise( )

Raises the image and returns the raw data



Tags:

access:  protected


[ Top ]

method _resize [line 171]

string _resize( )

Resizes the image and returns the raw data



Tags:

access:  protected


[ Top ]

method _rotate [line 201]

string _rotate( )

Rotates the image and returns the raw data



Tags:

access:  protected


[ Top ]

method _sharpen [line 434]

string _sharpen( )

Sharps the image



Tags:

access:  protected


[ Top ]

method _spread [line 384]

string _spread( )

Spreads the image and returns the raw data



Tags:

access:  protected


[ Top ]

method _swirl [line 409]

string _swirl( )

Swirls the image and returns the raw data



Tags:

access:  protected


[ Top ]

method _watermark [line 462]

string _watermark( )

Watermark



Tags:

access:  protected


[ Top ]


Documentation generated on Sat, 17 Apr 2010 22:06:48 +0300 by phpDocumentor 1.4.3