* tools/Makefile.am: The libtiff tools bmp2tiff, gif2tiff,ras2tiff, sgi2tiff, sgisv, and ycbcr are completely removed fromthe distribution. The libtiff tools rgb2ycbcr and thumbnail areonly built
* tools/Makefile.am: The libtiff tools bmp2tiff, gif2tiff,ras2tiff, sgi2tiff, sgisv, and ycbcr are completely removed fromthe distribution. The libtiff tools rgb2ycbcr and thumbnail areonly built in the build tree for testing. Old files are put innew 'archive' subdirectory of the source repository, but not indistribution archives. These changes are made in order to lessenthe maintenance burden.
show more ...
add jpeg in tiff decode testing
* test/Makefile.am (TIFFIMAGES): Add test images in BMP, GIF, andPNM formats so that we will be able to test more of the tools.While adding these test images I notice that bmp2tiff and gif2tiffonl
* test/Makefile.am (TIFFIMAGES): Add test images in BMP, GIF, andPNM formats so that we will be able to test more of the tools.While adding these test images I notice that bmp2tiff and gif2tiffonly support ancient versions of their respective formats.
add -c sgilog to tiffcp, add minimal logluv testing
added tiff2rgba tests
* test/images: Added a small collection of test images for use bytest programs and scripts.* test/tiffinfo.sh: A trivial example test script.* test/common.sh: Added small script for setting the en
* test/images: Added a small collection of test images for use bytest programs and scripts.* test/tiffinfo.sh: A trivial example test script.* test/common.sh: Added small script for setting the environmentused by script-based tests.