Skip to content

Latest commit

 

History

History
executable file
·
7 lines (7 loc) · 214 Bytes

bmp2tiff_palette.sh

File metadata and controls

executable file
·
7 lines (7 loc) · 214 Bytes
 
Nov 10, 2019
Nov 10, 2019
1
2
3
4
5
6
7
#!/bin/sh
# Generated file, master is Makefile.am
. ${srcdir:-.}/common.sh
infile="$IMG_PALETTE_1C_8B_BMP"
outfile="o-bmp2tiff_palette.tiff"
f_test_convert "$BMP2TIFF" $infile $outfile
f_tiffinfo_validate $outfile