Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
I don't use windows nor much PHP, but is C:\ImageMagick\convert the proper path to IM convert. Seems rather short. Also perhaps PHP does not use Windows style paths, but maybe unix style?
try just getting something simple like "convert -version" to work. For example, in unix, it would be something like:
If you cannot get the IM version back, then either you don't have the right path to IM convert or PHP is not configured correctly or PHP needs unix style paths.