No CMD functions

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
Nodine
Posts: 4
Joined: 2015-09-18T05:40:06-07:00
Authentication code: 1151

No CMD functions

Post 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 :)
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: No CMD functions

Post by snibgo »

What commands have you tried? What happens when you try them?
snibgo's IM pages: im.snibgo.com
Nodine
Posts: 4
Joined: 2015-09-18T05:40:06-07:00
Authentication code: 1151

Re: No CMD functions

Post by Nodine »

It says my last argument is invalid, like this:
convert image_file1.pnm file1.jpg
Invalid argument - file1.jpg
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: No CMD functions

Post 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.
snibgo's IM pages: im.snibgo.com
Nodine
Posts: 4
Joined: 2015-09-18T05:40:06-07:00
Authentication code: 1151

Re: No CMD functions

Post 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?
Nodine
Posts: 4
Joined: 2015-09-18T05:40:06-07:00
Authentication code: 1151

Re: No CMD functions

Post 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.
Post Reply