From b9a2ebc844924e2fd48043c742d23ffe436f8966 Mon Sep 17 00:00:00 2001 From: Daniel Byron <=> Date: Mon, 20 Jul 2015 01:41:48 +1000 Subject: Fixed flags in test script --- tests/image/Image2Image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/image') diff --git a/tests/image/Image2Image.sh b/tests/image/Image2Image.sh index 1a04475..4ad717d 100644 --- a/tests/image/Image2Image.sh +++ b/tests/image/Image2Image.sh @@ -6,6 +6,6 @@ then else for i in `seq 1 10`; do - schemer2 -minBright=0 -format img:img -in testinput.png -out testout$i.png -w=$1 -h=$2 + schemer2 -minBright=0 -format img:img -in testinput.png -out testout$i.png -width=$1 -height=$2 done fi -- cgit v1.2.3