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?".
Please forgive any obvious things i miss here - i'm quite new to Imagemagick and *NIX in general :S
I have installed (what i believe to be) the latest version of Imagemagick to be used by an install of Mediawiki. It works fine for images, including SVG files, but won't create thumbnails. Mediawiki gives the error:
This is odd, because i removed the previous install, downloaded the latest version from this site. Have i missed something? The make install did end with this, but i'm not sure of the relevance:
Please forgive any obvious things i miss here - i'm quite new to Imagemagick and *NIX in general :S
I have installed (what i believe to be) the latest version of Imagemagick to be used by an install of Mediawiki. It works fine for images, including SVG files, but won't create thumbnails. Mediawiki gives the error:
First remove (forcefully) all ImageMagick Packages.
Then ensure the system is clear using these commands (check then over carefully, to make sure they don't do anything they shouldn't. I make no gurantees. I use these of a Fedora linux system
I'm still something of a beginner, but as I understand it this "registers" any new libraries you've installed.
Why this isn't included in the installation instructions is beyond me.
Probably because ldconfig typically requires root permission, something that most users don't run with by default, and those who do have root access may be expected to know about ldconfig already.