not created animation
not created animation
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?
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?
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: not created animation
You are running a Microsoft program called "convert.exe", not ImageMagic.Kreol2013 wrote:invalid parameter
snibgo's IM pages: im.snibgo.com
Re: not created animation
I run through the cmd console
Re: not created animation
previously it worked fine (but it was windows7 Now windows10)
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: not created animation
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.
You could reinstall IM, or simply modify your system path.
snibgo's IM pages: im.snibgo.com
Re: not created animation
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
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
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: not created animation
When you installed, did you tick the option to set the system path?
What happens when you type:
You'll probably get the same thing for both.
Does it say:
If so, that's the Microsoft program.
What happens when you type:
Code: Select all
convert -version
Code: Select all
convert /?
Does it say:
Code: Select all
Converts a FAT volume to NTFS.
snibgo's IM pages: im.snibgo.com
Re: not created animation
this is default optionWhen you installed, did you tick the option to set the system path?
all requests issuedWhat happens when you type:
"Incorrect drive."
Re: not created animation
Now I'm an idiot, it was necessary to put a tick to install additional utilities
The question is solved, thanks
The question is solved, thanks
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: not created animation
Ah, so you didn't install IM's convert. Yeah, that explains why it didn't run (tee-hee).
snibgo's IM pages: im.snibgo.com