2
0

document.html 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <HTML>
  2. <HEAD>
  3. <TITLE>
  4. TIFF Documentation
  5. </TITLE>
  6. </HEAD>
  7. <BODY BGCOLOR=white>
  8. <FONT FACE="Arial, Helvetica, Sans">
  9. <H1>
  10. <IMG SRC=images/jim.gif WIDTH=139 HEIGHT=170 ALIGN=left BORDER=1 HSPACE=6>
  11. TIFF Documentation
  12. </H1>
  13. <P>
  14. A copy of the 6.0 specification is available from Adobe at
  15. <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
  16. ftp site at <a href="ftp://ftp.remotesensing.org/pub/libtiff/doc/TIFF6.pdf">
  17. ftp://ftp.remotesensing.org/pub/libtiff/doc/TIFF6.pdf</A>.<p>
  18. <P>
  19. Draft <a href="TIFFTechNote2.html">TIFF Technical Note #2</A> covers problems
  20. with the TIFF 6.0 design for embedding JPEG-compressed data in TIFF, and
  21. describes an alternative. <p>
  22. Other Adobe information on TIFF can be retrieved from:
  23. <A HREF="http://partners.adobe.com/public/developer/tiff/index.html">
  24. http://partners.adobe.com/public/developer/tiff/index.html</A>
  25. <P>
  26. Joris Van Damme maintains a list of known tags and their descriptions and
  27. definitions. It is available online at
  28. <A HREF="http://www.awaresystems.be/imaging/tiff/tifftags.html">
  29. http://www.awaresystems.be/imaging/tiff/tifftags.html</A>
  30. <P>
  31. There is a FAQ, related both to TIFF format and libtiff library:
  32. <A HREF="http://www.awaresystems.be/imaging/tiff/faq.html">
  33. http://www.awaresystems.be/imaging/tiff/faq.html</A>
  34. <P>
  35. There is a preliminary <a href="bigtiffdesign.html">BigTIFF Design</a> for
  36. a TIFF variation supporting files larger than 4GB.
  37. <HR>
  38. <ADDRESS>
  39. Last updated: $Date: 2006-07-10 18:13:52 $
  40. </ADDRESS>
  41. </BODY>
  42. </HTML>