Skip to content

Latest commit

 

History

History
executable file
·
6 lines (6 loc) · 195 Bytes

tiffcp-lzw-scanline-decode.sh

File metadata and controls

executable file
·
6 lines (6 loc) · 195 Bytes
 
1
2
3
4
5
6
#!/bin/sh
#
# Basic sanity check for tiffcp with LZW decompression
#
. ${srcdir:-.}/common.sh
f_test_convert "${TIFFCP} -c none -r 1" "${IMG_LZW_SINGLE_STROP}" "o-tiffcp-lzw-scanline-decode.tiff"