Increased letterbox threshold

This commit is contained in:
Marcin Kurczewski 2013-11-23 20:38:44 +01:00
parent 0b22f2621e
commit 75775cdc15

View file

@ -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