]>
Commit | Line | Data |
---|---|---|
80ed523f VZ |
1 | #!/bin/sh |
2 | # | |
3 | # Basic sanity check for thumbnail | |
4 | # | |
5 | . ${srcdir:-.}/common.sh | |
6 | ||
7 | outfile1=o-tiffcp-thumbnail-in.tif | |
8 | outfile2=o-tiffcp-thumbnail-out.tif | |
9 | f_test_convert "${TIFFCP} -c g3:1d" "${IMG_MINISWHITE_1C_1B}" "${outfile1}" | |
10 | f_test_convert "${THUMBNAIL}" "${outfile1}" "${outfile2}" |