Hello
I would like to create some GIF-animations. But the export doesnt work with the extention "gif".
SetDirectory[NotebookDirectory[]]
Plot[Sin[x], {x, -[Pi], [Pi]}]
Export["test.gif", %]
I dont get no error-message or so, but the produeced file has a size of 98Bytes and cant be opened with any viewer. I have the same problem also on my laptop with the homuse-license.
My system: mathematica: 10.1, Windows: 8.1
Exporting to other formats works without problems
Does anybody else has this problem too?