images.html 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>
  5. TIFF Test Images
  6. </TITLE>
  7. <style type="text/css">
  8. body {
  9. font-family: Arial, Helvetica, Sans;
  10. }
  11. </style>
  12. </HEAD>
  13. <BODY>
  14. <H1>
  15. <IMG SRC="images/bali.jpg" WIDTH=158 HEIGHT=107 ALIGN=left BORDER=1 HSPACE=6 ALT="bali">
  16. TIFF Test Images
  17. </H1>
  18. <P>
  19. Test images are available for most formats supported by the library.
  20. Most of the images included in the test kit are also part of this
  21. documentation (albeit in TIFF rather than GIF or JFIF).
  22. The images are kept in a separate archive that should be located in
  23. the same directory as this software.
  24. <BR CLEAR=left>
  25. <P>
  26. The latest archive of test images is located at
  27. <A HREF="https://download.osgeo.org/libtiff/pics-3.8.0.tar.gz">
  28. https://download.osgeo.org/libtiff/pics-3.8.0.tar.gz</A>
  29. <P>
  30. There are two other good sources for TIFF test images:
  31. the contributed software <B>contrib/dbs</B> includes several
  32. programs that generate test images suitable for debugging, and
  33. the <TT>tiffcp</TT> program can be used to generate a variety
  34. of images with different storage characteristics.
  35. <P>
  36. <HR>
  37. Last updated: $Date: 2016-09-25 20:05:44 $
  38. </BODY>
  39. </HTML>