diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-01-09 10:48:53 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-01-09 10:48:53 +0000 |
commit | 0b79a54b9ce410419276fc62d169277f2e84e5d5 (patch) | |
tree | 31dc34c05b150ac505f5539530ac93b918d39188 /graphics/tiff/pkg-descr | |
parent | 0fcc91354e3771e001f2aed57951acb61570e9fb (diff) |
Port of TIFF 3.4. This port was originally submitted by Richard Hwang
<rhwang@bigpanda.com> and Mikhail Teterin <mi@aldan.ziplink.net>.
Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> and I merged these
ports and modified it.
TIFF 3.4 does not seem to be completely compatible with tiff 3.3, so
we decided to make separate port for this version.
Special thanks goes to tg, for reviewing and intensively testing.
(Closing PR #2057.)
Notes
Notes:
svn path=/head/; revision=5282
Diffstat (limited to 'graphics/tiff/pkg-descr')
-rw-r--r-- | graphics/tiff/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/tiff/pkg-descr b/graphics/tiff/pkg-descr new file mode 100644 index 000000000000..4f923f7f805f --- /dev/null +++ b/graphics/tiff/pkg-descr @@ -0,0 +1,17 @@ +This software provides support for the Tag Image File Format (TIFF), a +widely used format for storing image data. + +Included in this software distribution is a library, libtiff, for +reading and writing TIFF, a small collection of tools for doing simple +manipulations of TIFF images on UNIX systems, and documentation on the +library and tools. A small assortment of TIFF-related software for +UNIX that has been contributed by others is also included. + +The library is capable of dealing with images that are written to +follow the 5.0 or 6.0 TIFF spec. There is also considerable support +for some of the more esoteric portions of the 6.0 TIFF spec. + +SGI has also added html-documentation in addition to man-pages. + + TIFF web site: http://www-mipl.jpl.nasa.gov/~ndr/tiff +Master FTP site: ftp://ftp.sgi.com/graphics/tiff |