Add tiff 4.0.3.

This commit is contained in:
rude
2013-09-25 23:55:09 +02:00
parent 9ac8140ecc
commit 3c99db3efe
531 changed files with 197030 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/sh
#
# Basic sanity check for thumbnail
#
. ${srcdir:-.}/common.sh
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}"