The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Save Animation?
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

peroma

Germany
26 Posts

Posted - 08/27/2003 :  07:31:11 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Hi all,

Origin has the nice possibility to make animated plots. I created such an animation and I'm now wondering, whether it is possible to save the animation. I want to show the animated plot without starting Origin.

Thanks
Peter

easwar

USA
1965 Posts

Posted - 08/27/2003 :  10:53:19 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi Peter,

We currently do not support exporting animated GIF, AVI files etc. You could try one of two things:
1> use an AVI capture program, while running Origin, to capture the animation.
2> export each frame of the animation (if not too many!) to GIF files and then combine them into an animated GIF using an external application.

Easwar
OriginLab.


Go to Top of Page

rbessel

Netherlands
1 Posts

Posted - 09/04/2003 :  6:21:29 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi,

Concerning Easwar's answer 2>, it is possible to do an automatic
export of a large number of graphs to JPG or BMP by incorporating the following objects:

Image.FileName$=myimage$(ii).JPG;
Image.Export.PagePixel( JPG, 640, 480, 24, 0 );

in a loop 'for (ii....etc
(see Labtalk Help on Objects for further info on Image.etc...
After this combine the files in animated gif

I'd like to know though how the animation in Origin itself works?

Thanks, Rut
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000