Group Abstract Group Abstract

Message Boards Message Boards

Download gif animation

Posted 5 years ago

I make gif animation, but the page on which it is located does not exist! How to download the gif.

enter image description here code snippet

enter image description here page with gif

POSTED BY: Maxim Prutovykh
3 Replies

The command is

obj = CloudExport[frames, "GIF"]

To make it loop, use

obj = CloudExport[frames, "GIF", AnimationRepetitions->Infinity]

This will create a private object by default, but you can publish a public copy of it it for anyone to see using

CloudPublish[obj]
Posted 5 years ago

Can you show the animated gif and other information so that I can l learn to make my own gif?

POSTED BY: Larry Lange
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard