Frames

Concept Technical Credits

Actually, these aren't technically difficult to generate, but for the curious:

For each speedrun, a script was used to gather screenshots of every frame in the run. Then, these were run through a Java application that I wrote. This app looks at the red, green and blue color values of each pixel in each screenshot, keeping running tallies for each of the pixel coordinates. Then, a new image is created, where each pixel is colored with the red, green and blue values that were the average of all of the screenshots' values at that location.

The technique appears to be similar to that used by a couple others to average photographs with the same theme.