Proxy class for using PHP5 Imagick code in PHP4 compliant code.
Mostly used to be able to deal with any exceptions that are thrown from Imagick.
All methods not explicitly set below are passed through as-is to the imagick object.
$Horde: framework/Image/Image/imagick.php,v 1.8.2.4 2009/03/23 18:15:47 mrubinsk Exp $
Copyright 2007-2009 The Horde Project (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
Located in /Image/Image/imagick.php (line 21)
Constructor. Instantiate our imagick object and set some defaults.
Add a border to this image.
Produces a clone of this ImagickProxy object.
Return the raw Imagick object
Change image to a grayscale image.
Clears the current imagick object and reloads it with the passed in binary data.
Check if a particular method exists in the installed version of Imagick
Rotates image as described. Don't pass through since we are not passing a ImagickPixel object from PHP4 code.
Rounded Rectangle
Places a string of text on this image with the specified properties
Pass through any methods not explicitly handled above.
Note that any methods that take any Imagick* object as a parameter should be called through it's own method as above so we can avoid having objects that might throw exceptions running in PHP4 code.
Documentation generated on Sun, 30 Jan 2011 05:18:24 +0000 by phpDocumentor 1.4.3