libtiff/test/tiffcrop-extract-lzw-single-strip.sh

8 lines
270 B
Bash
Raw Normal View History

2019-11-11 17:01:03 -05:00
#!/bin/sh
# Generated file, master is Makefile.am
. ${srcdir:-.}/common.sh
infile="$srcdir/images/lzw-single-strip.tiff"
outfile="o-tiffcrop-extract-lzw-single-strip.tiff"
f_test_convert "$TIFFCROP -U px -E top -X 60 -Y 60" $infile $outfile
f_tiffinfo_validate $outfile