8 lines
206 B
Bash
8 lines
206 B
Bash
|
#!/bin/sh
|
||
|
# Generated file, master is Makefile.am
|
||
|
. ${srcdir:-.}/common.sh
|
||
|
infile="$IMG_RGB_3C_8B_BMP"
|
||
|
outfile="o-bmp2tiff_rgb.tiff"
|
||
|
f_test_convert "$BMP2TIFF" $infile $outfile
|
||
|
f_tiffinfo_validate $outfile
|