]>
git.saurik.com Git - wxWidgets.git/blob - src/tiff/test/tiffcp-split.sh
3 # Basic sanity check for tiffcp + tiffsplit
5 # First we use tiffcp to join our test files into a multi-frame TIFF
6 # and then we use tiffsplit to split them out again.
8 .
${srcdir:-.}/common.sh
9 conjoined
=o
-tiffcp-split-conjoined.tif
10 splitfile
=o
-tiffcp-split-split-
12 f_test_convert
"${TIFFCP}" "${IMG_UNCOMPRESSED}" "${conjoined}"
13 f_test_convert
"${TIFFSPLIT}" "${conjoined}" "${splitfile}"