Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
I have written an application that use the library of Image Magick. The application works well in Ubuntu 9.10 but I can't compile it on CentOS 5.4. The error is the following
CentOS 5.4 has an older version of ImageMagick. Either build / install the latest release of ImageMagick or change the library from MagickWand to the older name, Wand (e.g. -lWand). That is why it is always wise to use the Magick-config script. It would have automatically chosen the Wand library under CentOS and the MagickWand library under Ubuntu.