mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
8 lines
213 B
Bash
Executable File
8 lines
213 B
Bash
Executable File
#!/bin/sh
|
|
# Generated file, master is Makefile.am
|
|
. ${srcdir:-.}/common.sh
|
|
infile="$IMG_MINISBLACK_1C_8B_PGM"
|
|
outfile="o-ppm2tiff_pgm.tiff"
|
|
f_test_convert "$PPM2TIFF" $infile $outfile
|
|
f_tiffinfo_validate $outfile
|