/median-gif

Median Blending Gifs

Primary LanguageJavaScriptMIT LicenseMIT

median.gif

Median blending gifs

median.gif is an experiment median blending multiple frames of gif animations together. When all frames of the animation are blended together, the result is a single image the captures to average value of each pixel across the entire animation. You can also create new animations by only blending a subset of frames or changing how the blending works.

Building and Running

The website uses Jekyll and Webpack for building:

$ git checkout gh-pages
$ npm install

Start Jekyll with:

$ jekyll serve -w

Build the JS with:

$ npm run build

Main Javascript is stored in src and output to js.