Page 1 of 1

not created animation

Posted: 2017-01-12T01:46:50-07:00
by Kreol2013
Hi
I installed the latest version
I try to create an animation
and I get an invalid parameter 100(for delay)
convert -delay 100 -loop 0 00*.png animation_0.gif
and I get an invalid parameter 0(for loop)
convert -loop 0 00*.png animation_0.gif

what am I doing wrong?

Re: not created animation

Posted: 2017-01-12T01:50:45-07:00
by snibgo
Kreol2013 wrote:invalid parameter
You are running a Microsoft program called "convert.exe", not ImageMagic.

Re: not created animation

Posted: 2017-01-12T01:57:31-07:00
by Kreol2013
I run through the cmd console

Re: not created animation

Posted: 2017-01-12T02:09:18-07:00
by Kreol2013
Image
previously it worked fine (but it was windows7 Now windows10)

Re: not created animation

Posted: 2017-01-12T02:18:43-07:00
by snibgo
So you've upgraded your system? Previously, IM's directory was in front of Microsoft in the system path. Now it is behind, or not on the path at all.

You could reinstall IM, or simply modify your system path.

Re: not created animation

Posted: 2017-01-12T04:09:09-07:00
by Kreol2013
reinstall program (c:\Program Files (x86)\ImageMagick-7.0.4-Q16\)
open cmd
I moved to a folder with pictures
cd c:\myimg>
written inquiry
c:\myimg>convert -delay 40 -loop 0 00*.png Full_animation_3800.gif
I received an invalid parameter error 40

Re: not created animation

Posted: 2017-01-12T04:37:15-07:00
by snibgo
When you installed, did you tick the option to set the system path?

What happens when you type:

Code: Select all

convert -version

Code: Select all

convert /?
You'll probably get the same thing for both.

Does it say:

Code: Select all

Converts a FAT volume to NTFS.
If so, that's the Microsoft program.

Re: not created animation

Posted: 2017-01-12T04:49:47-07:00
by Kreol2013
When you installed, did you tick the option to set the system path?
this is default option
Image
What happens when you type:
all requests issued
"Incorrect drive."

Re: not created animation

Posted: 2017-01-12T04:54:46-07:00
by Kreol2013
Now I'm an idiot, it was necessary to put a tick to install additional utilities

The question is solved, thanks

Re: not created animation

Posted: 2017-01-12T05:17:59-07:00
by snibgo
Ah, so you didn't install IM's convert. Yeah, that explains why it didn't run (tee-hee).