I'm trying to use imagemagick to create a simple .gif file from a few png files, using the general approach outlined here: http://www.r-bloggers.com/animated-plots-with-r/
However, I'm on a Windows 10 machine, and I think that's causing problems with the convert function as generally described here: http://www.imagemagick.org/discourse-server/viewtopic.php?t=19679
Can someone please explain how I can either change imagemagick or Windows so that it works?
Specifically the command I'm giving and the error that occurs is shown below:
convert *.png new.gif
The error:
Invalid Parameter - the.gif
Thank you for your help.