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.
In the sources I have of ImageMagick (version 5.5.7) there are no such functions. I am using the C shared library of ImageMagick. There is also a C++ shared lib... Anyone using that?
Kenny, which version do you use?
And I thought I'd see something on the screen after solving the shared lib loading problem... ;-))
Thx for feedback.
Regards, Frank
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.
In the sources I have of ImageMagick (version 5.5.7) there are no such functions. I am using the C shared library of ImageMagick. There is also a C++ shared lib... Anyone using that?
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.
So you seriously need 5.5.8 or higher. I just looked and all I see now is 5.5.7 and 6.0.0. I learned all the above asking on the magick mailing list, and possibly someone directed me to an unpublished location for the 558 dlls. Or maybe in the past month they realized the changes were so substantial they deserved a jump to the 6... series.
So you are close! (Boy was that a weird problem on the .SO not loading! Hey, if I say "(load FTGL.so.just.do.it)", load it!!!!! :)
kenny
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