Blame thirdparty/tiff-4.0.3/test/ppm2tiff_pbm.sh
|
roentgen |
b75cab |
#!/bin/sh
|
|
roentgen |
b75cab |
# Generated file, master is Makefile.am
|
|
roentgen |
b75cab |
. ${srcdir:-.}/common.sh
|
|
roentgen |
b75cab |
infile="$IMG_MINISWHITE_1C_1B_PBM"
|
|
roentgen |
b75cab |
outfile="o-ppm2tiff_pbm.tiff"
|
|
roentgen |
b75cab |
f_test_convert "$PPM2TIFF" $infile $outfile
|
|
roentgen |
b75cab |
f_tiffinfo_validate $outfile
|