From 75775cdc157b3834e8b6c12c7171fcec291cf735 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Sat, 23 Nov 2013 20:38:44 +0100 Subject: [PATCH] Increased letterbox threshold --- scripts/remove-letterbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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