Increased letterbox threshold
This commit is contained in:
parent
0b22f2621e
commit
75775cdc15
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
process () {
|
process () {
|
||||||
x="$1";
|
x="$1";
|
||||||
echo "$x";
|
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
|
while read x; do
|
||||||
|
|
Loading…
Reference in a new issue