Skip to content

A tool for creating a single filmstrip image from multiple images.

License

Notifications You must be signed in to change notification settings

SanJacobs/filmstripper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Filmstripper

A tool for fusing multiple images together into a single filmstrip.

Usage

Filmstripper takes a folder as input and a file-path as output. It can generate both vertical and horizontal filmstrips, the choice is made by either writing v for vertical, or h for horizontal. Vertical is the default, if nothing else is chosen.

python3 filmstripper.py /input/directory/ /output/file.png [v/h]

Examples

Starting out with a png image sequence like this in a folder:

image

Will generate one png like this:

Slider_Large

This one was generated with the h argument, so it is horizontal, rather than vertical.

About

A tool for creating a single filmstrip image from multiple images.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages