forked from Mirrors/freeswitch
7 lines
288 B
Bash
7 lines
288 B
Bash
|
#!/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"
|