Kenny Tilton wrote:
Frank Goenninger wrote:
Hi all:
Hmmmmm - this is a strange one again:
I cannot find a source for ImageMagick (the library) where the functions MagickFlipImage, MagickGetImageWidth, and MagickGetImageHeight (and possibly more) functions are implemented.
OK, I forgot about that. Things are really afoot with the higher-level MagickWand API. Lots of rapid expansion in 5.5.8, including those functions and breaking the wand stuff out into a separate MagickWand library.
Just to be clear, I had to do two things to pick up those functions:
1. Get the new 5.5.8 stuff 2. Load the wand dll instead of the image magick dll. (The wand dll links in the magick.)
fwiw, the name of the dll was: core_rl_wand_.dll
kt