Blame html/index.html

Packit Service 2594b8
Packit Service 2594b8
<html lang="en">
Packit Service 2594b8
<head>
Packit Service 2594b8
  <title>LibTIFF - TIFF Library and Utilities</title>
Packit Service 2594b8
  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
Packit Service 2594b8
  <meta http-equiv="content-language" content="en">
Packit Service 2594b8
  <style type="text/css">
Packit Service 2594b8
  
Packit Service 2594b8
    th {text-align: left; vertical-align: top; padding-right: 1em; white-space: nowrap}
Packit Service 2594b8
  -->
Packit Service 2594b8
  </style>
Packit Service 2594b8
</head>
Packit Service 2594b8
<body lang="en" text="#000000" bgcolor="#ffffff" link="#0000ff" alink="#0000ff" vlink="#0000ff">
Packit Service 2594b8
  

LibTIFF - TIFF Library and Utilities

Packit Service 2594b8
  
Packit Service 2594b8
  
Packit Service 2594b8
    
Packit Service 2594b8
      Home Page #1
Packit Service 2594b8
      http://www.simplesystems.org/libtiff/
Packit Service 2594b8
    
Packit Service 2594b8
    
Packit Service 2594b8
      Home Page #2
Packit Service 2594b8
      http://libtiff.maptools.org/
Packit Service 2594b8
    
Packit Service 2594b8
    
Packit Service 2594b8
      Latest Stable Release
Packit Service 2594b8
      v4.0.9
Packit Service 2594b8
    
Packit Service 2594b8
    
Packit Service 2594b8
      Master Download Site
Packit Service 2594b8
      download.osgeo.org, directory libtiff
Packit Service 2594b8
    
Packit Service 2594b8
    
Packit Service 2594b8
      Mailing List
Packit Service 2594b8
      tiff@lists.maptools.org,
Packit Service 2594b8
        Subscription,
Packit Service 2594b8
        Archive.
Packit Service 2594b8
        Please, read the TIFF FAQ
Packit Service 2594b8
        before asking questions.
Packit Service 2594b8
    
Packit Service 2594b8
    
Packit Service 2594b8
      Anonymous CVS
Packit Service 2594b8
      <tt>export CVSROOT=:pserver:cvsanon@cvs.maptools.org:/cvs/maptools/cvsroot
Packit Service 2594b8
	cvs login</tt>
Packit Service 2594b8
	(use empty password)
Packit Service 2594b8
	<tt>cvs checkout libtiff
</tt>
Packit Service 2594b8
	to get the stable libtiff code or
Packit Service 2594b8
	<tt>cvs checkout -r branch-3-9 libtiff</tt>
Packit Service 2594b8
	to get the previous stable branch supporting the 3.9.X release series.
Packit Service 2594b8
    
Packit Service 2594b8
  
Packit Service 2594b8
  
Packit Service 2594b8
  

Packit Service 2594b8
    This software provides support for the Tag Image File Format (TIFF),
Packit Service 2594b8
    a widely used format for storing image data.  The latest version of
Packit Service 2594b8
    the TIFF specification is available on-line
Packit Service 2594b8
    in several different formats.
Packit Service 2594b8
  

Packit Service 2594b8
  

Packit Service 2594b8
    Included in this software distribution is a library, libtiff, for
Packit Service 2594b8
    reading and writing TIFF, a small collection of tools for doing
Packit Service 2594b8
    simple manipulations of TIFF images, and documentation on the
Packit Service 2594b8
    library and tools.  Libtiff is a portable software, it was built
Packit Service 2594b8
    and tested on various systems: UNIX flavors (Linux, BSD, Solaris,
Packit Service 2594b8
    MacOS X), Windows, and OpenVMS.  It should be possible to port
Packit Service 2594b8
    libtiff and additional tools on other OSes.
Packit Service 2594b8
  

Packit Service 2594b8
  

Packit Service 2594b8
    The library, along with associated tool programs, should handle most of
Packit Service 2594b8
    your needs for reading and writing TIFF images on 32- and 64-bit
Packit Service 2594b8
    machines.
Packit Service 2594b8
  

Packit Service 2594b8
  

Packit Service 2594b8
    The software was originally authored and maintained by Sam Leffler
Packit Service 2594b8
    but has been maintained by a cast of others since 1999.
Packit Service 2594b8
  

Packit Service 2594b8
  

Packit Service 2594b8
    Questions should be sent to the TIFF mailing list:
Packit Service 2594b8
    tiff@lists.maptools.org, with
Packit Service 2594b8
    a subscription interface at
Packit Service 2594b8
    http://lists.maptools.org/mailman/listinfo/tiff.
Packit Service 2594b8
  

Packit Service 2594b8
  

Packit Service 2594b8
    The persons currently actively maintaining and releasing libtiff
Packit Service 2594b8
    are Even Rouault
Packit Service 2594b8
    and Bob Friesenhahn.
Packit Service 2594b8
  

Packit Service 2594b8
  

Significant maintainers in the past (since the 3.5.1 release) are

Packit Service 2594b8
    Frank Warmerdam,
Packit Service 2594b8
    Andrey Kiselev,
Packit Service 2594b8
    Joris Van Damme, and Lee Howard.
Packit Service 2594b8
  

Packit Service 2594b8
  

Packit Service 2594b8
    The following sections are included in this documentation:
Packit Service 2594b8
  

Packit Service 2594b8
  
    Packit Service 2594b8
        
  • TIFF 6.0 specification coverage
  • Packit Service 2594b8
        
  • Using the TIFF Library
  • Packit Service 2594b8
        
  • Modifying the TIFF Library
  • Packit Service 2594b8
          and Adding New Tags
    Packit Service 2594b8
        
  • TIFF tools overview
  • Packit Service 2594b8
        
  • Contributed software
  • Packit Service 2594b8
        
  • TIFF documentation
  • Packit Service 2594b8
        
  • Building the software distribution
  • Packit Service 2594b8
        
  • Bugs, Bugzilla, and the TIFF mailing list
  • Packit Service 2594b8
        
  • Test images
  • Packit Service 2594b8
        
  • Acknowledgements and copyright issues
  • Packit Service 2594b8
        
  • Man Pages
  • Packit Service 2594b8
      
    Packit Service 2594b8
      

    Packit Service 2594b8
        BigTIFF News
    Packit Service 2594b8
      

    Packit Service 2594b8
      
      Packit Service 2594b8
          
    • BigTIFF project proposal (work is completed!)
    • Packit Service 2594b8
          
    • Press release: Currently extending LibTiff (work is completed!)
    • Packit Service 2594b8
        
      Packit Service 2594b8
        
      Packit Service 2594b8
        

      Packit Service 2594b8
          Last updated  $Date: 2017-11-07 02:00:06 $.
      Packit Service 2594b8
        

      Packit Service 2594b8
      </body>
      Packit Service 2594b8
      </html>