6 lines
188 B
Bash
6 lines
188 B
Bash
|
#!/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"
|