2009-06-30 13:25:26 -04:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
2009-08-23 18:58:25 -04:00
|
|
|
# Basic sanity check for tiffcp with logluv compression
|
2009-06-30 13:25:26 -04:00
|
|
|
#
|
|
|
|
. ${srcdir:-.}/common.sh
|
2009-08-23 18:58:25 -04:00
|
|
|
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"
|