63e03ebcec
all of the existing tests to be based on some simple shell functions. Make distcheck works again.
7 lines
220 B
Bash
Executable File
7 lines
220 B
Bash
Executable File
#!/bin/sh
|
|
. ${srcdir:-.}/common.sh
|
|
infile="$srcdir/images/palette-1c-1b.tiff"
|
|
outfile="o-tiffcrop-extractz14-palette-1c-1b.tiff"
|
|
f_test_convert "$TIFFCROP -E left -Z1:4,2:4" $infile $outfile
|
|
f_tiffinfo_validate $outfile
|