Can "Point" be used As an Argument for ExportImage?

eugbug shared this question 3 years ago
Answered

I'm using a point on a function to produce a GIF. The animation works when I press the play button on the point object in the algebra window, but when I use the ExportImage command it doesn't work and "point" is not recognised. Is it only possible to use "slider" as an argument with this command? The point object is called "P":


ExportImage("filename", "parabolanim.gif", "type", "gif", "Point", P, "loop", true, "time", 100, "width", 520)

Comments (1)

photo
1

I sure not

you can define t slider from 0 to 1 increasing 1/frames then redefine P=point(PathOfP,t) and use t for slider of exportimage

© 2023 International GeoGebra Institute