Page 1 of 1
No CMD functions
Posted: 2015-09-18T05:42:41-07:00
by Nodine
Hello, just installed Image Magick on my windows 10 machine, and there is no commands that work when i try to use them with in the command prompt, help please
Re: No CMD functions
Posted: 2015-09-18T05:51:49-07:00
by snibgo
What commands have you tried? What happens when you try them?
Re: No CMD functions
Posted: 2015-09-18T06:00:28-07:00
by Nodine
It says my last argument is invalid, like this:
convert image_file1.pnm file1.jpg
Invalid argument - file1.jpg
Re: No CMD functions
Posted: 2015-09-18T06:44:37-07:00
by snibgo
That looks like an error message from the Microsoft program, also called convert.exe.
Make sure that ImageMagick directory is at the front of your path.
Re: No CMD functions
Posted: 2015-09-18T06:48:18-07:00
by Nodine
I can get convert.exe to run, like this
convert.exe -version which prints a blerp about the installed program, but.. how do i get it to convert a picture now? do i have to use the full path to the exe and to each file in question?
Re: No CMD functions
Posted: 2015-09-18T07:06:20-07:00
by Nodine
Fixed it on my own.
The Dynamic installer did not work, somehow, so i tried the static one, that worked.
Thanks for your time.