MagickWand with Linux
Posted: 2007-01-17T02:01:26-07:00
i have a problem with magickwand with linux.
all installation things are done and the php extension is working (phpinfo() tells me the details).
some functions are working. but the function is corrupt. it brings me an boolean return value instead of the magickwand-object.
in the manuel i can read:
what goes wrong here? how can i debug something to find the problem?
all installation things are done and the php extension is working (phpinfo() tells me the details).
some functions are working. but the function
Code: Select all
MagickTransformImage
in the manuel i can read:
If the operation fails, the original image is returned in the returned MagickWand.
what goes wrong here? how can i debug something to find the problem?