aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 4a08864fe0e45371fb5189c06feb6594b5bee2a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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

`N/A`