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