Content copyright © 2006-2007 by eZ systems A.S.
|
|
|
|
Description:
If ImageMagick is not propperly installed an error message like this appears: Handler class '' not found. ImageMagick not installed or not available in PATH variable. There is not information about the handler class because $this->name in Furthermore it could be helpful to add the $errorString to the exception message because ImageMagick can fail even if it is installed and available in PATH variable (e.g. permission problems). Environment: Operating System: Windows XP, WIndows Server 2003 Steps to Reproduce: Try to create an ezcImageConverter()-Object with no ImageMagick: $settings = new ezcImageConverterSettings(array( new ezcImageHandlerSettings( 'GD', 'ezcImageGdHandler' ), new ezcImageHandlerSettings( 'ImageMagick', 'ezcImageImagemagickHandler' ), ) ); |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||