summaryrefslogtreecommitdiff
path: root/cut_to_borders.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cut_to_borders.sh')
-rwxr-xr-xcut_to_borders.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/cut_to_borders.sh b/cut_to_borders.sh
index 3de37a3..8248598 100755
--- a/cut_to_borders.sh
+++ b/cut_to_borders.sh
@@ -37,6 +37,11 @@ do
x=$((x+increment))
done
+for img in "$framespath"/*
+do
+ magick convert "$img" -colorspace Gray -shave "${x}x0" "gray/$(basename $img)"
+done
+
# to functions
# cut left border