summaryrefslogtreecommitdiff
path: root/man/TIFFReadScanline.3t
diff options
context:
space:
mode:
Diffstat (limited to 'man/TIFFReadScanline.3t')
-rw-r--r--man/TIFFReadScanline.3t13
1 files changed, 7 insertions, 6 deletions
diff --git a/man/TIFFReadScanline.3t b/man/TIFFReadScanline.3t
index 2466af88..7abad14b 100644
--- a/man/TIFFReadScanline.3t
+++ b/man/TIFFReadScanline.3t
@@ -1,7 +1,7 @@
-.\" $Header: /usr/people/sam/tiff/man/RCS/TIFFReadScanline.3t,v 1.12 1995/07/07 23:29:04 sam Exp $
+.\" $Header: /usr/people/sam/tiff/man/RCS/TIFFReadScanline.3t,v 1.15 1995/10/11 19:45:29 sam Exp $
.\"
-.\" Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994 Sam Leffler
-.\" Copyright (c) 1991, 1992, 1993, 1994 Silicon Graphics, Inc.
+.\" Copyright (c) 1988-1995 Sam Leffler
+.\" Copyright (c) 1991-1995 Silicon Graphics, Inc.
.\"
.\" Permission to use, copy, modify, distribute, and sell this software and
.\" its documentation for any purpose is hereby granted without fee, provided
@@ -23,7 +23,7 @@
.\" OF THIS SOFTWARE.
.\"
.if n .po 0
-.TH TIFFReadScanline 3T "December 16, 1991"
+.TH TIFFReadScanline 3T "October 15, 1995"
.SH NAME
TIFFReadScanline \- read and decode a scanline of data from an open
.SM TIFF
@@ -90,9 +90,10 @@ because, for
the size of a scanline is not calculated on a per-sample basis,
and for
.IR PlanarConfiguration =1
-the library does not unpack the block-interleaved samples.
+the library does not unpack the block-interleaved samples; use
+the strip- and tile-based interfaces to read these formats.
.SH "SEE ALSO"
-.IR intro (3T),
+.IR libtiff (3T),
.IR TIFFOpen (3T),
.IR TIFFReadEncodedStrip (3T),
.IR TIFFReadRawStrip (3T)