Skip to content

[FEATURE] Export to png / pdf #196

@augustindelecluse

Description

@augustindelecluse

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions