When I go to "Site Parameters" after logging in, I used the button to test the installation ImageMagick. It said..
Software error:
I can't seem to get the Edit Wrx program to recognize ImageMagick even though I am pretty sure it is installed. I went to cpanel WHM and installed every RPM that says ImageMagick in any way and then restarted Apache, and it still gives me this error.
By the way, I have my own dedicated server.
I've not installed ImageMagick via RPM. It sounds like you have had a failed installation.
I've installed from the commandline as su using wget. There are a list of wget sources for the program at imagemagick.org. The reason I install from the commandline is to watch the installation. Imagemagick requires a number of dependencies and will not be properly installed without them. The commandline install will let you know what dependancies it could not find.
You may have installed imagemagick but not gotten a correct installation of the Perl modules for it. The test at Site Parameters uses a
use Image::Magick;
statement. If ImageMagick and the Perl module are not correctly installed you will get the error.