|
|
@@ -35,8 +35,9 @@ while [ $# -gt 0 ]; do
|
|
|
fi
|
|
|
if [ "$1" == "trat" ]; then
|
|
|
echo "trat!"
|
|
|
- roitrat="roi-x=0.25 roi-y=0 roi-w=0.75 roi-h=0.75"
|
|
|
roitrat="roi-x=0.35 roi-y=0 roi-w=0.65 roi-h=0.65"
|
|
|
+ roitrat="roi-x=0.25 roi-y=0 roi-w=0.75 roi-h=0.75"
|
|
|
+ roitrat="roi-x=0.25 roi-y=0.25 roi-w=0.5 roi-h=0.5" #centered?
|
|
|
roi=$roitrat
|
|
|
fi
|
|
|
shift
|