Initial commit

This commit is contained in:
Ben Grant
2022-07-10 02:44:55 -07:00
commit 0b08cb21b7
193 changed files with 116 additions and 0 deletions

4
scripts/crop.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
# just calling crop-one.sh on every PNG in frames/
find frames -type f -name '*.png' | parallel --bar --jobs $(nproc) ./scripts/crop-one.sh