2008-05-24 18:24:25 -04:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
|
|
|
# Basic sanity check for thumbnail
|
|
|
|
#
|
2009-01-23 00:37:18 -05:00
|
|
|
. ${srcdir:-.}/common.sh
|
2008-05-24 18:24:25 -04:00
|
|
|
|
2009-08-23 18:58:25 -04:00
|
|
|
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}"
|