MagickWand for PHP vs ImageMagick new library structure
Posted: 2008-02-21T04:40:32-07:00
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!
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!