diff options
Diffstat (limited to 'tests')
| -rwxr-xr-x[-rw-r--r--] | tests/image/Image2Image.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/image/Image2Image.sh b/tests/image/Image2Image.sh index 4ad717d..93c8ec9 100644..100755 --- 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 |