I am trying to create a simple .gif video using Windows 7. I installed ImageMagick and it seems to be working by itself. Here is the following code I tried to run and the
I encountered the same problem. Imposing a short file path solved the error for me.
path.to.convert <- paste0(shortPathName( "C:\\Program Files\\ImageMagick-6.9.0-Q16\\"), "convert.exe") ani.options(convert=path.to.convert)