No CMD functions
No CMD functions
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
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: No CMD functions
What commands have you tried? What happens when you try them?
snibgo's IM pages: im.snibgo.com
Re: No CMD functions
It says my last argument is invalid, like this:
convert image_file1.pnm file1.jpg
Invalid argument - file1.jpg
convert image_file1.pnm file1.jpg
Invalid argument - file1.jpg
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: No CMD functions
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.
Make sure that ImageMagick directory is at the front of your path.
snibgo's IM pages: im.snibgo.com
Re: No CMD functions
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?
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
Fixed it on my own.
The Dynamic installer did not work, somehow, so i tried the static one, that worked.
Thanks for your time.
The Dynamic installer did not work, somehow, so i tried the static one, that worked.
Thanks for your time.