Wand contains no images `MagickWand-3'
Posted: 2010-07-15T08:07:50-07:00
Hi,
I have installed the php extension 2.3.0 imagick and i had the error Wand contains no images `MagickWand-3' when i want to resize an image.
On my local post i have the version 2.1.1-rc1 and i don't have this pb.
This is my code to resize an image :
$im = new Imagick ();
//$im->pingimage($image);
$im->readImage ( $image );
$im->thumbnailImage ( $heightMax, $widthMax, true );
$im->writeImage ( $pathOfImageToResize . $nameOfImageToResize );
$im->destroy ();
My image is not resized i have the message Wand contains no images `MagickWand-3'.
Hve you ideas ?
Thanks
Djo
I have installed the php extension 2.3.0 imagick and i had the error Wand contains no images `MagickWand-3' when i want to resize an image.
On my local post i have the version 2.1.1-rc1 and i don't have this pb.
This is my code to resize an image :
$im = new Imagick ();
//$im->pingimage($image);
$im->readImage ( $image );
$im->thumbnailImage ( $heightMax, $widthMax, true );
$im->writeImage ( $pathOfImageToResize . $nameOfImageToResize );
$im->destroy ();
My image is not resized i have the message Wand contains no images `MagickWand-3'.
Hve you ideas ?
Thanks
Djo