Skip to content

Releases: kagolaub/FileCommitAnimator

FileCommitAnimator v1.0

19 Jul 23:13

Choose a tag to compare

Weekend version.

Creates .gif based on basic information, such as where the file is located and what dimensions and frame rate desired. Works by

  1. Creating an .html file containing the content in a centered, full height
     tag and the commit number in the upper left corner
  2. Using PHP-PhantomJS to take a screenshot of the code creating a .png
  3. After doing above for every commit, compiles .pngs to create .gif using AnimGif