Page 1 of 1

Magickwand 1.0.5 Win32 DLLs

Posted: 2007-09-24T18:54:01-07:00
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

Re: Magickwand 1.0.5 Win32 DLLs

Posted: 2007-09-27T03:06:01-07:00
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

Re: Magickwand 1.0.5 Win32 DLLs

Posted: 2007-09-28T08:47:57-07:00
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.

Re: Magickwand 1.0.5 Win32 DLLs

Posted: 2007-09-29T01:23:53-07:00
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