8 lines
223 B
Bash
Executable File
8 lines
223 B
Bash
Executable File
#!/bin/sh
|
|
# Generated file, master is Makefile.am
|
|
. ${srcdir:-.}/common.sh
|
|
infile="$srcdir/images/rgb-3c-16b.tiff"
|
|
outfile="o-tiff2bw-rgb-3c-16b.tiff"
|
|
f_test_convert "$TIFF2BW" $infile $outfile
|
|
f_tiffinfo_validate $outfile
|