libtiff/test/ppm2tiff_ppm.sh

7 lines
166 B
Bash
Raw Normal View History

#!/bin/sh
. ${srcdir:-.}/common.sh
infile="$IMG_RGB_3C_8B_PPM"
outfile="o-ppm2tiff_ppm.tiff"
f_test_convert "$PPM2TIFF" $infile $outfile
f_tiffinfo_validate $outfile