diff options
Diffstat (limited to 'tiff/test/tiffcrop-extract-minisblack-2c-8b-alpha.sh')
-rwxr-xr-x | tiff/test/tiffcrop-extract-minisblack-2c-8b-alpha.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tiff/test/tiffcrop-extract-minisblack-2c-8b-alpha.sh b/tiff/test/tiffcrop-extract-minisblack-2c-8b-alpha.sh new file mode 100755 index 0000000..976e888 --- /dev/null +++ b/tiff/test/tiffcrop-extract-minisblack-2c-8b-alpha.sh @@ -0,0 +1,7 @@ +#!/bin/sh +# Generated file, master is Makefile.am +. ${srcdir:-.}/common.sh +infile="$srcdir/images/minisblack-2c-8b-alpha.tiff" +outfile="o-tiffcrop-extract-minisblack-2c-8b-alpha.tiff" +f_test_convert "$TIFFCROP -U px -E top -X 60 -Y 60" $infile $outfile +f_tiffinfo_validate $outfile |