New comit of SDL2
[supertux.git] / src / SDL2 / external / tiff-4.0.3 / test / tiffcp-thumbnail.sh
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}"