add new test scripts
This commit is contained in:
parent
2471d6f4ab
commit
fb4124be74
7
test/tiff2rgba-quad-tile.jpg.sh
Executable file
7
test/tiff2rgba-quad-tile.jpg.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Generated file, master is Makefile.am
|
||||
. ${srcdir:-.}/common.sh
|
||||
infile="$srcdir/images/quad-tile.jpg.tiff"
|
||||
outfile="o-tiff2rgba-quad-tile.jpg.tiff"
|
||||
f_test_convert "$TIFF2RGBA" $infile $outfile
|
||||
f_tiffinfo_validate $outfile
|
7
test/tiffcrop-R90-quad-tile.jpg.sh
Executable file
7
test/tiffcrop-R90-quad-tile.jpg.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Generated file, master is Makefile.am
|
||||
. ${srcdir:-.}/common.sh
|
||||
infile="$srcdir/images/quad-tile.jpg.tiff"
|
||||
outfile="o-tiffcrop-R90-quad-tile.jpg.tiff"
|
||||
f_test_convert "$TIFFCROP -R90" $infile $outfile
|
||||
f_tiffinfo_validate $outfile
|
7
test/tiffcrop-doubleflip-quad-tile.jpg.sh
Executable file
7
test/tiffcrop-doubleflip-quad-tile.jpg.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Generated file, master is Makefile.am
|
||||
. ${srcdir:-.}/common.sh
|
||||
infile="$srcdir/images/quad-tile.jpg.tiff"
|
||||
outfile="o-tiffcrop-doubleflip-quad-tile.jpg.tiff"
|
||||
f_test_convert "$TIFFCROP -F both" $infile $outfile
|
||||
f_tiffinfo_validate $outfile
|
7
test/tiffcrop-extract-quad-tile.jpg.sh
Executable file
7
test/tiffcrop-extract-quad-tile.jpg.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Generated file, master is Makefile.am
|
||||
. ${srcdir:-.}/common.sh
|
||||
infile="$srcdir/images/quad-tile.jpg.tiff"
|
||||
outfile="o-tiffcrop-extract-quad-tile.jpg.tiff"
|
||||
f_test_convert "$TIFFCROP -U px -E top -X 60 -Y 60" $infile $outfile
|
||||
f_tiffinfo_validate $outfile
|
7
test/tiffcrop-extractz14-quad-tile.jpg.sh
Executable file
7
test/tiffcrop-extractz14-quad-tile.jpg.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Generated file, master is Makefile.am
|
||||
. ${srcdir:-.}/common.sh
|
||||
infile="$srcdir/images/quad-tile.jpg.tiff"
|
||||
outfile="o-tiffcrop-extractz14-quad-tile.jpg.tiff"
|
||||
f_test_convert "$TIFFCROP -E left -Z1:4,2:4" $infile $outfile
|
||||
f_tiffinfo_validate $outfile
|
Loading…
Reference in New Issue
Block a user