diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-11-06 05:38:49 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-11-06 05:38:49 +0100 |
commit | 9491825ddff7a294d1f49061bae7044e426aeb2e (patch) | |
tree | 06e651099f87140ec534ae47fb8ce1ac6ec7976d /tiff/test/tiffcrop-extract-minisblack-2c-8b-alpha.sh | |
parent | fa756339d4204bff7f2820067f58214d32780d17 (diff) |
Imported Upstream version 1.8.3
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 |