Caught exception: Wand contains no images `MagickWand-1'

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
shar10dul
Posts: 4
Joined: 2010-01-18T14:03:16-07:00
Authentication code: 8675309

Caught exception: Wand contains no images `MagickWand-1'

Post by shar10dul »

hi,
I am running a ubuntu machice and have installed php, ImageMagick, pecl-imagick on my machice as per the instructions.

But just the use of the line:

Code: Select all

    $im = new Imagick("example.jpeg");
throws the error

Caught exception: Wand contains no images `MagickWand-1'

Subsequent refreshes result in error message changing to MagickWand-2', MagickWand-3' and so on

I looked all around on web but couldn't find a solution.
Post Reply