diff options
author | Bob Friesenhahn <bfriesen@simple.dallas.tx.us> | 2009-11-02 18:30:21 +0000 |
---|---|---|
committer | Bob Friesenhahn <bfriesen@simple.dallas.tx.us> | 2009-11-02 18:30:21 +0000 |
commit | c9d00c6c3cfd23ab01e5a23898bad79847943c02 (patch) | |
tree | b6d090d7d734d2423f98432e48b636f6cb03300a /test/tiffcrop-extract-logluv-3c-16b.sh | |
parent | 2b14d5a792d184c6529971cd776c80b565a648f9 (diff) | |
download | libtiff-git-c9d00c6c3cfd23ab01e5a23898bad79847943c02.tar.gz |
Change tiffcrop parameters to -X 60 -Y 60
Diffstat (limited to 'test/tiffcrop-extract-logluv-3c-16b.sh')
-rwxr-xr-x | test/tiffcrop-extract-logluv-3c-16b.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tiffcrop-extract-logluv-3c-16b.sh b/test/tiffcrop-extract-logluv-3c-16b.sh index 0326526a..821694bd 100755 --- a/test/tiffcrop-extract-logluv-3c-16b.sh +++ b/test/tiffcrop-extract-logluv-3c-16b.sh @@ -3,5 +3,5 @@ . ${srcdir:-.}/common.sh infile="$srcdir/images/logluv-3c-16b.tiff" outfile="o-tiffcrop-extract-logluv-3c-16b.tiff" -f_test_convert "$TIFFCROP -U px -E top -X 100 -Y 100" $infile $outfile +f_test_convert "$TIFFCROP -U px -E top -X 60 -Y 60" $infile $outfile f_tiffinfo_validate $outfile |