aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSan Jacobs2021-03-07 15:58:23 +0100
committerGitHub2021-03-07 15:58:23 +0100
commite8fc270f065a2a0049c24410cf962b83df728ab7 (patch)
tree2bcf74da8e8413a52a46a8f69cdcd4b3fb8a754a
parentd147f0621dc16d4bc29d48055ab3be220a020013 (diff)
downloadfilmstripper-e8fc270f065a2a0049c24410cf962b83df728ab7.tar.gz
filmstripper-e8fc270f065a2a0049c24410cf962b83df728ab7.tar.bz2
filmstripper-e8fc270f065a2a0049c24410cf962b83df728ab7.zip
Added example images
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4a08864..0bb3b66 100644
--- a/README.md
+++ b/README.md
@@ -11,4 +11,11 @@ python3 filmstripper.py /input/directory/ /output/file.png [v/h]
## Examples
-`N/A`
+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.