mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
8 lines
241 B
Bash
8 lines
241 B
Bash
|
#!/bin/sh
|
||
|
# Generated file, master is Makefile.am
|
||
|
. ${srcdir:-.}/common.sh
|
||
|
infile="$srcdir/images/minisblack-1c-16b.tiff"
|
||
|
outfile="o-tiff2rgba-minisblack-1c-16b.tiff"
|
||
|
f_test_convert "$TIFF2RGBA" $infile $outfile
|
||
|
f_tiffinfo_validate $outfile
|