Can't output any images

MagickWand for PHP is an object-oriented PHP interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning MagickWand for PHP.
Post Reply
ridera

Re: Can't output any images

Post by ridera »

Try version 6.3.4;

There are some topics on this subject. We had to switch back to 6.3.4 to get any outputs.
croesus

Re: Can't output any images

Post by croesus »

how do you go back? same as a standard install?
slitz

Re: Can't output any images

Post by slitz »

hello!

i've got the same problem here.

MagickEchoImageBlob() and MagickWriteImage() are always returning FALSE and MagickGetExceptionString returns the empty string.

i'm on Mac OSX 10.4, apache2 and php5 and i'm using ImageMagick 6.3.5 Q16 installed via MacPorts.

an hour ago i red this post and tried to follow ridera advice so i installed ImageMagick 6.3.4 via the source, when i'm configuring the MagickWand i get this non-sense error.

Code: Select all

Building with ImageMagick as backend
checking for ImageMagick / MagickWand in default path... found in /usr/local
checking for ImageMagick / MagickWand 6.3.4 or greater with /usr/local/bin/Wand-config... 6.3.4
configure: error: ImageMagick / MagickWand 6.3.4 or later is required to compile php with magickwand support


i'm using this method to install MagickWand -> http://www.bitweaver.org/wiki/ImageMagick
slitz

Re: Can't output any images

Post by slitz »

Just saw this thread on bugs section -> viewtopic.php?f=3&t=9403&p=29460#p29460

might be interesting to everyone with this problem.
Post Reply