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