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'm using ImageMagick-6.5.4-Q16 on XP with Apache (Ghostscript is also installed) to try and convert a pdf to png. Using the full path to the convert.exe works fine
e.g.
That may be the usual problem with the conflict of names between IM's convert and the Windows "convert" program (which complains about invalid parameters).
Changing the Imagemagick program's name to imconvert and using that instead will avoid the conflict.
Pete
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
Bonzo wrote:I wonder why some people have problems with IM convert and Windows convert ?
That's a good point Bonzo, so I first checked to see if using "convert" in a DOS window caused a problem on my system and it didn't.
I had a look at the PATH environment variables on my system and the ImageMagick path is set near the front of the PATH variable for the System Variables (not the user). If I change that PATH by just removing the reference to the ImageMagick directory and then open a new DOS window, the convert fails.
So, it looks like what is really needed is to ensure that the path to the directory containing the ImageMagick convert.exe program is in the system PATH variable.
Pete
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
Renaming the convert exe doesn't seem to help either. Checked the PATH and that all seems to be correct, so I'm not really sure what's up with it. I had managed to get it working on a previous old machine, so this is all quite baffling.