7 lines
173 B
Bash
Executable File
7 lines
173 B
Bash
Executable File
#!/bin/sh
|
|
. ${srcdir:-.}/common.sh
|
|
infile="$IMG_MINISBLACK_1C_8B_PGM"
|
|
outfile="o-ppm2tiff_pgm.tiff"
|
|
f_test_convert "$PPM2TIFF" $infile $outfile
|
|
f_tiffinfo_validate $outfile
|