diff options
author | aavit <qt-info@nokia.com> | 2010-02-11 13:44:07 (GMT) |
---|---|---|
committer | aavit <qt-info@nokia.com> | 2010-02-16 17:42:55 (GMT) |
commit | 89ab9807b4518264781d0f55462b53954266153e (patch) | |
tree | 35e8ded693b6627f93480abd045912804c2ab90c /src/3rdparty/libtiff/html/document.html | |
parent | 6204fe5e628972796084a7c858564564d3bfa3ed (diff) | |
download | Qt-89ab9807b4518264781d0f55462b53954266153e.zip Qt-89ab9807b4518264781d0f55462b53954266153e.tar.gz Qt-89ab9807b4518264781d0f55462b53954266153e.tar.bz2 |
Add libtiff 3.9.2
This is a clean copy of libtiff 3.9.2, except that contrib, tools,
config and other unneeded stuff have been removed, as usual. Our
configuration build modifications will follow in a separate commit.
Diffstat (limited to 'src/3rdparty/libtiff/html/document.html')
-rw-r--r-- | src/3rdparty/libtiff/html/document.html | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/src/3rdparty/libtiff/html/document.html b/src/3rdparty/libtiff/html/document.html new file mode 100644 index 0000000..12f138f --- /dev/null +++ b/src/3rdparty/libtiff/html/document.html @@ -0,0 +1,48 @@ +<HTML> +<HEAD> +<TITLE> +TIFF Documentation +</TITLE> +</HEAD> +<BODY BGCOLOR=white> +<FONT FACE="Arial, Helvetica, Sans"> +<H1> +<IMG SRC=images/jim.gif WIDTH=139 HEIGHT=170 ALIGN=left BORDER=1 HSPACE=6> +TIFF Documentation +</H1> + +<P> +A copy of the 6.0 specification is available from Adobe at +<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 +ftp site at <a href="ftp://ftp.remotesensing.org/pub/libtiff/doc/TIFF6.pdf"> +ftp://ftp.remotesensing.org/pub/libtiff/doc/TIFF6.pdf</A>.<p> + +<P> +Draft <a href="TIFFTechNote2.html">TIFF Technical Note #2</A> covers problems +with the TIFF 6.0 design for embedding JPEG-compressed data in TIFF, and +describes an alternative. <p> + +Other Adobe information on TIFF can be retrieved from: + +<A HREF="http://partners.adobe.com/public/developer/tiff/index.html"> +http://partners.adobe.com/public/developer/tiff/index.html</A> + +<P> +Joris Van Damme maintains a list of known tags and their descriptions and +definitions. It is available online at +<A HREF="http://www.awaresystems.be/imaging/tiff/tifftags.html"> +http://www.awaresystems.be/imaging/tiff/tifftags.html</A> + +<P> +There is a FAQ, related both to TIFF format and libtiff library: +<A HREF="http://www.awaresystems.be/imaging/tiff/faq.html"> +http://www.awaresystems.be/imaging/tiff/faq.html</A> + +<HR> + +<ADDRESS> + Last updated: $Date: 2009-08-20 22:31:00 $ +</ADDRESS> + +</BODY> +</HTML> |