I'm trying to use the MagickWand API from a C application to extract shapes
in an image. My C is rusty but from PHP the performance is much too low for
what I need.
I tried basing myself from this example (
http://www.magickwand.org/download/www/magick-wand.html) but cannot build
even the example as I do not have MagickWand-config installed.

Using the compile command in the example, I get:

bash: MagickWand-config: command not found

Then obviously as it's missing the MagickWand compiler flags I get undefined
references to MagickWandGenesis, NewMagickWand, etc.

I have ImageMagick installed and libmagick9-dev and using Ubuntu 8.04.

There's no mention about anything further needed so I'm at loss at what step
I missed. It seems like MagickWand-config is normally installed with
ImageMagick, and I do seem to have MagickWand installed as MagickWand.h is
found with locate.

What steps did I miss?


Thanks,
Rich.
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to