aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 3421daf4de127fcd27f759914a1e5295cafae5fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<img src="https://user-images.githubusercontent.com/21090839/164055119-5ac4ab2a-addd-40a4-94a9-a378b41674c3.png">

# 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](https://user-images.githubusercontent.com/21090839/110244138-ab721a80-7f5d-11eb-81a8-759f8e894ed6.png)


Will generate one png like this:

![Slider_Large](https://user-images.githubusercontent.com/21090839/110244156-bd53bd80-7f5d-11eb-89ba-465416a838f4.png)

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