Blame thirdparty/LibTIFF/tiff-4.0.3/test/bmp2tiff_palette.sh
|
kusano |
7d535a |
#!/bin/sh
|
|
kusano |
7d535a |
# Generated file, master is Makefile.am
|
|
kusano |
7d535a |
. ${srcdir:-.}/common.sh
|
|
kusano |
7d535a |
infile="$IMG_PALETTE_1C_8B_BMP"
|
|
kusano |
7d535a |
outfile="o-bmp2tiff_palette.tiff"
|
|
kusano |
7d535a |
f_test_convert "$BMP2TIFF" $infile $outfile
|
|
kusano |
7d535a |
f_tiffinfo_validate $outfile
|