Skip to main content

Questions tagged [gif-format]

Questions about exporting .gif files with various options, and handling the graphics to be exported in order to achieve the desired .gif

8 votes
2 answers
538 views

I need Mathematica code to reverse the rotation direction and viewpoint of an animated GIF named "wheel." The current rotation is counterclockwise, and I need it to rotate clockwise while ...
Pamela's user avatar
  • 309
3 votes
1 answer
192 views

I’m new here this is my first post on Stack Exchange. In the thread below, I see that a GIF file is highly optimized (20s for 85kb) with no noticeable compromise in resolution. It appears to be the ...
StrixISL's user avatar
4 votes
1 answer
182 views

I have a GIF on my machine that I have imported via gifLst = Import["/path/to/my/file.gif"] When I then export it to the cloud, it gets slowed down in ...
George's user avatar
  • 3,185
4 votes
2 answers
281 views

For example: SliceDensityPlot3D[(x^2 + y^2 + z^2) Exp[-10 Sqrt[ x^2 + y^2 + z^2]], "CenterPlanes", {x, -.5, .5}, {y, -.5, .5}, {z, -.5, .5}]
Leon David Roper's user avatar
2 votes
1 answer
233 views

I have the following animation that I wish to export as GIF ...
Daniel Castro's user avatar
0 votes
1 answer
147 views

I get a Clock graphics like Dynamic@Plot[Sin[x], {x, 0, Clock[6]}, PlotRange -> {{0, 6}, {-1, 1}}] But how to export a <...
yode's user avatar
  • 27.8k
2 votes
1 answer
255 views

I wrote the following code for create an animation with legend: however I was not able to put the LineLegend command into the command Animate and so it seems that this is the reason for which I can't ...
Antonio Maria Di Mauro's user avatar
16 votes
3 answers
1k views

Recently I see more and more data-viz called "Animated bar chart race". Some random examples, and note, how smoothly and organically everything changes in these videos.: https://flourish....
Vitaliy Kaurov's user avatar
12 votes
2 answers
3k views

I am making a Mathematica animation, and exporting it to create a GIF file. However, I cannot seem to control the animation rate (speed) and the animation direction, using the "AnimationRate&...
user6009's user avatar
  • 171
6 votes
2 answers
446 views

Writing: ...
user avatar
13 votes
1 answer
566 views

frames=Table[Plot[Sin[x(1+a x)],{x,0,6}],{a,0,2,0.2}]; Export["test.gif",frames] The above code runs in version 9.0 to get a infinite looping GIF ...
expression's user avatar
  • 5,782
1 vote
0 answers
275 views

I cannot export a list of images (or a single image) to GIF format. I use Win10 with Mathematica 9.0. It previously worked on an other device with Win7. I can also export an image to other formats, ...
Tomi27's user avatar
  • 111
3 votes
1 answer
213 views

I have a gif image that I am trying to import into the Mathematica Notebook, and I found the accepted answer of this question very useful: Is it possible to insert an animated image into Mathematica ...
Nau's user avatar
  • 387
4 votes
1 answer
330 views

...
xiaofu li's user avatar
0 votes
1 answer
105 views

Why does manipulation not give a graph? ...
Arbuja's user avatar
  • 81

15 30 50 per page