From c8907ca954d2bf74009922f3ea3deb09aaf81954 Mon Sep 17 00:00:00 2001 From: Andrey Kiselev Date: Wed, 31 Dec 2003 11:34:11 +0000 Subject: [PATCH] *** empty log message *** --- man/TIFFReadEncodedStrip.3t | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/man/TIFFReadEncodedStrip.3t b/man/TIFFReadEncodedStrip.3t index 17eb325f..4ebcdb35 100644 --- a/man/TIFFReadEncodedStrip.3t +++ b/man/TIFFReadEncodedStrip.3t @@ -1,4 +1,4 @@ -.\" $Header: /cvs/maptools/cvsroot/libtiff/man/Attic/TIFFReadEncodedStrip.3t,v 1.1 1999-07-27 21:50:27 mike Exp $ +.\" $Header: /cvs/maptools/cvsroot/libtiff/man/Attic/TIFFReadEncodedStrip.3t,v 1.2 2003-12-31 11:34:11 dron Exp $ .\" .\" Copyright (c) 1988-1997 Sam Leffler .\" Copyright (c) 1991-1997 Silicon Graphics, Inc. @@ -46,6 +46,10 @@ data are organized in separate planes (\c To read a full strip of data the data buffer should typically be at least as large as the number returned by .IR TIFFStripSize (3T). +If the -1 passed in +.I size +parameter, the whole strip will be read. You should be sure you have enough +space allocated for the buffer. .PP The library attempts to hide bit- and byte-ordering differences between the image and the native machine by converting data