diff options
| author | Daniel Byron <=> | 2015-07-20 01:42:54 +1000 |
|---|---|---|
| committer | Daniel Byron <=> | 2015-07-20 01:42:54 +1000 |
| commit | 50b3cb2a19b9116d7caf97ef3cb8a3d5d7febd72 (patch) | |
| tree | 46c0f6b9b545acb28eea240f45193d0d807594b1 | |
| parent | Fixed flags in test script (diff) | |
| download | schemer2-50b3cb2a19b9116d7caf97ef3cb8a3d5d7febd72.tar.xz schemer2-50b3cb2a19b9116d7caf97ef3cb8a3d5d7febd72.zip | |
Fixed test image2image
| -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 |