From 50b3cb2a19b9116d7caf97ef3cb8a3d5d7febd72 Mon Sep 17 00:00:00 2001 From: Daniel Byron <=> Date: Mon, 20 Jul 2015 01:42:54 +1000 Subject: Fixed test image2image --- tests/image/Image2Image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 tests/image/Image2Image.sh (limited to 'tests/image') diff --git a/tests/image/Image2Image.sh b/tests/image/Image2Image.sh old mode 100644 new mode 100755 index 4ad717d..93c8ec9 --- 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 -width=$1 -height=$2 + schemer2 -minBright=0 -format img::img -in testinput.png -out testout$i.png -width=$1 -height=$2 done fi -- cgit v1.2.3