imagick_resize function does not exist
Posted: 2008-02-02T00:15:49-07:00
Hi,
we started to use new server and old scripts stopped working:
The old script example was like:
imagick_resize($handle, $width,$height, IMAGICK_FILTER_UNKNOWN, 0);
and new new server requires
$handle->resizeImage($handle,$width,$height, IMAGICK_FILTER_UNKNOWN, 0);
On both server is Imagick installed.
I dont understand the reason why the new server does take imagick_resize as nonexisting function? Is there something which needs to be installed in order for imagick_resize to work besides the imagick instalation?
I dont understand why in http://www.php.net is Image Magick Functions defined as imagick_.... and in http://php.oregonstate.edu/manual/en/index.php is Imagick Image Library with functions like Imagick::ResizeImage....what is the difference?
I should also mention that i have not access to the exec() function.
Please help me.
Thanks
Ivo Brabec
we started to use new server and old scripts stopped working:
The old script example was like:
imagick_resize($handle, $width,$height, IMAGICK_FILTER_UNKNOWN, 0);
and new new server requires
$handle->resizeImage($handle,$width,$height, IMAGICK_FILTER_UNKNOWN, 0);
On both server is Imagick installed.
I dont understand the reason why the new server does take imagick_resize as nonexisting function? Is there something which needs to be installed in order for imagick_resize to work besides the imagick instalation?
I dont understand why in http://www.php.net is Image Magick Functions defined as imagick_.... and in http://php.oregonstate.edu/manual/en/index.php is Imagick Image Library with functions like Imagick::ResizeImage....what is the difference?
I should also mention that i have not access to the exec() function.
Please help me.
Thanks
Ivo Brabec