document.html 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>
  5. TIFF Documentation
  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/jim.gif" WIDTH=139 HEIGHT=170 ALIGN=left BORDER=1 HSPACE=6 ALT="jim">
  16. TIFF Documentation
  17. </H1>
  18. <P>
  19. A copy of the 6.0 specification is available from Adobe at
  20. <A HREF="http://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf">http://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf</A>, or from the libtiff
  21. ftp site at <a href="https://download.osgeo.org/libtiff/doc/TIFF6.pdf">
  22. https://download.osgeo.org/libtiff/doc/TIFF6.pdf</A>.<p>
  23. <P>
  24. Draft <a href="TIFFTechNote2.html">TIFF Technical Note #2</A> covers problems
  25. with the TIFF 6.0 design for embedding JPEG-compressed data in TIFF, and
  26. describes an alternative. <p>
  27. Other Adobe information on TIFF can be retrieved from:
  28. <A HREF="http://partners.adobe.com/public/developer/tiff/index.html">
  29. http://partners.adobe.com/public/developer/tiff/index.html</A>
  30. <P>
  31. Joris Van Damme maintains a list of known tags and their descriptions and
  32. definitions. It is available online at
  33. <A HREF="http://www.awaresystems.be/imaging/tiff/tifftags.html">
  34. http://www.awaresystems.be/imaging/tiff/tifftags.html</A>
  35. <P>
  36. There is a FAQ, related both to TIFF format and libtiff library:
  37. <A HREF="http://www.awaresystems.be/imaging/tiff/faq.html">
  38. http://www.awaresystems.be/imaging/tiff/faq.html</A>
  39. <P>
  40. There is a preliminary <a href="bigtiffdesign.html">BigTIFF Design</a> for
  41. a TIFF variation supporting files larger than 4GB.
  42. <HR>
  43. <ADDRESS>
  44. Last updated: $Date: 2016-09-25 20:05:44 $
  45. </ADDRESS>
  46. </BODY>
  47. </HTML>