Skip to content

A series of steps to generate fully customizable 'static' (or completely random) images.

Notifications You must be signed in to change notification settings

christophershultz/StaticGIFGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static/Noise GIF Generation

This code uses Python's PIL/Image and imageio to generate "static" or completely random images such as the one below. This allows for customization of gif size, color pallete, and number of images within. The code works by generating a sequence of blank images and then iterating through each pixel to assign a random color. Combining multiple such images into a gif creates the noise effect.

See the full description and 'how-to' in the StaticGen.ipynb file.

SegmentLocal

About

A series of steps to generate fully customizable 'static' (or completely random) images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published