Although you say that the ImageMagick folder is at the beginning of your PATH, "Invalid Parameter" is the error message given by the Windows utility C:\WINDOWS\SYSTEM32\CONVERT.EXE being invoked instead of ImageMagick's CONVERT. (This Windows utility is used for converting a filesystem from FAT32 to NTFS.) I don't think ImageMagick's CONVERT even contains that exact string. Are you positive that the ImageMagick folder is earlier in your path than C:\WINDOWS\SYSTEM32 (or %SYSTEMROOT%\SYSTEM32)?
On Tue, Mar 18, 2008 at 3:49 PM, Matt Bennett <[EMAIL PROTECTED]> wrote: > Hi list, > > I'm having some problems getting ImageMagick to work correctly on > Windows XP. I used ImageMagick-6.3.9-8-Q16-windows-dll.exe to install > using all the defaults. The installer added c:\program > files\imagemagick-6.3.9-q16 to the beginning of my PATH variable, and > that is where the executable files live on the filesystem. So > everything seems to be good to go. > > Unfortunately, without fully specifying the location of the > executables, I get errors: > > C:\>convert c:\foo.png c:\bar.gif > Invalid Parameter - c:\bar.gif > > C:\>"Program Files\ImageMagick-6.3.9-Q16\convert.exe" c:\foo.png > c:\bar.gif > ---> works just fine... > > I can't understand why this would be. Can anyone shed any light? > > Many thanks, > Matt. > _______________________________________________ > Magick-users mailing list > [email protected] > http://studio.imagemagick.org/mailman/listinfo/magick-users > _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
