8 lines
233 B
Bash
Executable File
8 lines
233 B
Bash
Executable File
#!/bin/sh
|
|
# Generated file, master is Makefile.am
|
|
. ${srcdir:-.}/common.sh
|
|
infile="$srcdir/images/palette-1c-1b.tiff"
|
|
outfile="o-tiff2rgba-palette-1c-1b.tiff"
|
|
f_test_convert "$TIFF2RGBA" $infile $outfile
|
|
f_tiffinfo_validate $outfile
|