libtiff/test/tiffcp-thumbnail.sh
Bob Friesenhahn 63e03ebcec tiffcrop.sh into a collection of many specific tests. Re-wrote
all of the existing tests to be based on some simple shell
functions.  Make distcheck works again.
2009-08-23 22:58:25 +00:00

10 lines
279 B
Bash
Executable File

#!/bin/sh
#
# Basic sanity check for thumbnail
#
. ${srcdir:-.}/common.sh
outfile1=o-tiffcp-thumbnail-in.tif
outfile2=o-tiffcp-thumbnail-out.tif
f_test_convert "${TIFFCP} -c g3:1d" "${IMG_MINISWHITE_1C_1B}" "${outfile1}"
f_test_convert "${THUMBNAIL}" "${outfile1}" "${outfile2}"