abc862b594
to test old-style LZW decompression * test/common.sh, Makefile.am, CMakeList.txt: updated with above
6 lines
188 B
Bash
Executable File
6 lines
188 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Basic sanity check for tiffcp with LZW Old-LZW decompression
|
|
#
|
|
. ${srcdir:-.}/common.sh
|
|
f_test_convert "${TIFFCP} -c none" "${IMG_QUAD_LZW_COMPAT}" "o-tiffcp-lzw-compat.tiff" |