Page 1 of 1

MagickWand for PHP vs ImageMagick new library structure

Posted: 2008-02-21T04:40:32-07:00
by mkoppanen
I created two quick patches against MagickWand 1.6.0 to allow compiling against the new ImageMagick library structure.

The patches can be found here:
http://valokuva.org/patches/magickwand/

The main changes are:

1) using libMagickWand and libMagickCore instead of libWand and libMagick

2) forward compatibility with using MagickWand.h instead of magick-wand.h where suitable.

Due to a haste the patches might not be very well finished, so please test.

Thanks!

Re: MagickWand for PHP vs ImageMagick new library structure

Posted: 2008-02-21T07:51:22-07:00
by magick
Thanks, we applied the patches and releases MagickWand 1.0.7 (available world-wide within 24 hours).