63e03ebcec
all of the existing tests to be based on some simple shell functions. Make distcheck works again.
7 lines
288 B
Bash
Executable File
7 lines
288 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Basic sanity check for tiffcp with logluv compression
|
|
#
|
|
. ${srcdir:-.}/common.sh
|
|
f_test_convert "${TIFFCP} -c none" "${srcdir}/images/logluv-3c-16b.tiff" "o-tiffcp-logluv-raw.tiff"
|
|
f_test_convert "${TIFFCP} -c sgilog" "o-tiffcp-logluv-raw.tiff" "o-tiffcp-logluv-sgilog.tiff" |