-
-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
What
Being able to export the slides as png or pdf will help in the following situations:
- Issue with the computer managing the presentation, and backup slides must be used
- Sharing presentations with other people that do not have manim installed
The animations themselves will obviously be lost, but the feature is still relevant in some cases.
How
I'm not familiar with the rendering process used in manim, but I guess looping through the mp4's generated by manim and taking the last image generated in each video, and then combining them, will be sufficient. Alternatively, taking the last state before the call to next_slide() is also sufficient. The images could then be combined in a pdf file, for instance by creating a beamer presentation using LaTeX, and taking each image as one slide.
When looking at the features described in the documentation, I could not find this one, hence this issue.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request