Magickwand 1.0.5 Win32 DLLs

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
Stickboy

Magickwand 1.0.5 Win32 DLLs

Post by Stickboy »

Greetings,
Does anyone have a compiled version of the 1.0.5 Magickwand Windows DLLs they could make available? The only ones I can find for download (http://www.magickwand.org/download/php/ ... php-5.2.0/) are out of date and don't work with the current release of ImageMagick (as per: viewtopic.php?f=10&t=9671&p=30110 ).

Alternatively, does anyone have any build instructions or VS project files for the DLLs?

Thanks
Cully
Stickboy

Re: Magickwand 1.0.5 Win32 DLLs

Post by Stickboy »

I traced the person who compiled the Win32 DLLs that were available for download off magickwand.org : http://www.dirk.sh . Dirk has done another build using 1.0.5 for me, but unfortunately there appears to be something broken with the 1.0.5 source, as reading an image produces this error:

Fatal error: magickreadimage(): C API cannot read the format "C:/Inetpub/wwwroot/ImageBase/0306/01/0306I01C8065.jpg" (reason: UnableToOpenBlob `C:C:\Inetpub\wwwroot\ImageBase\0306\01\0306I01C8065.jpg': Invalid argument) [on C source line 217] in C:\Inetpub\wwwroot\admin\test.php on line 4

Note the underlined section - I'm assuming that's where the problem lies. If I run filemon and view the activity, the IIS process tries to open the file as: "C:\windows\system32\inetsrv\C:\Inetpub\wwwroot\ImageBase\0306\01\0306I01C8065.jpg".

Anyone else experienced such a problem with 1.0.5? Possibly even on a non Win32 platform?

Cully
xhenxhe

Re: Magickwand 1.0.5 Win32 DLLs

Post by xhenxhe »

I would love to try it out, but I can't even got this new version to install on php. Does anyone have a copy of the old version DLLs that were last working. I'm using the q16 and it is slow as tar. I'd like to try the q8 dll.
Stickboy

Re: Magickwand 1.0.5 Win32 DLLs

Post by Stickboy »

Dirk has provided a new build of MagicWand for Win32 that is now working. See here:
http://www.dirk.sh/dirk/magickwand/

I've tested it and it seems to work perfectly (at least with simple functions - I haven't dealved into anything complex yet).

Cully
Post Reply