Skip to content

Latest commit

 

History

History
executable file
·
7 lines (7 loc) · 288 Bytes

tiffcp-logluv.sh

File metadata and controls

executable file
·
7 lines (7 loc) · 288 Bytes
 
Oct 22, 2017
Oct 22, 2017
1
2
3
4
5
6
7
#!/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"