mirror of
https://github.com/initialcommit-com/git-sim.git
synced 2026-04-26 19:15:51 +03:00
[GH-ISSUE #86] Support gif animations #52
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-sim#52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @buhtz on GitHub (Apr 24, 2023).
Original GitHub issue: https://github.com/initialcommit-com/git-sim/issues/86
Would be great to have support for animated picture formats like gif (or animated svg, or apng or something else) instead of mp4 files.
@initialcommit-io commented on GitHub (May 9, 2023):
@buhtz Manim does support gif output and I tried briefly to get this working with Git-Sim. However, the process conflicted with the way Git-Sim currently handles video/image output (using respective flags).
So I think it should be possible, but need to figure out the best way to work it into the current Git-Sim output format logic.