MagickWand for PHP vs ImageMagick new library structure

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
mkoppanen
Posts: 309
Joined: 2007-06-09T07:06:32-07:00

MagickWand for PHP vs ImageMagick new library structure

Post 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!
Mikko Koppanen
My blog: http://valokuva.org
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: MagickWand for PHP vs ImageMagick new library structure

Post by magick »

Thanks, we applied the patches and releases MagickWand 1.0.7 (available world-wide within 24 hours).
Post Reply