Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

experiment - save animation frames as PNG #1601

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 23, 2022

  1. WIP - save animation frames as PNG

    We've long wanted the ability to save animations for later use (in presentations etc)
    I spent an hour trying to implement this by saving each frame as a PNG using
    html2canvas with the intention of then using ffmpeg to stitch & crop them
    into a video. It kind-of worked... for small phylogenies the images look good
    but for larger ones the tree panel was blank (apart from the legend). I presume
    this is a DOM-complexity thing, but I haven't looked into it!
    jameshadfield committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    38fef83 View commit details
    Browse the repository at this point in the history