diff --git a/scripts/remove-letterbox.sh b/scripts/remove-letterbox.sh index e64c6977..bce89d06 100644 --- a/scripts/remove-letterbox.sh +++ b/scripts/remove-letterbox.sh @@ -3,7 +3,7 @@ process () { x="$1"; echo "$x"; - convert "$x" -fuzz 5% -trim +repage tmp && mv tmp "$x" + convert "$x" -fuzz 7% -trim +repage tmp && mv tmp "$x" } while read x; do