summaryrefslogtreecommitdiff
path: root/man/TIFFWriteRawStrip.3tiff
diff options
context:
space:
mode:
authordron <dron>2005-11-02 11:07:18 +0000
committerdron <dron>2005-11-02 11:07:18 +0000
commit302b6ebda9ab1cea10f4eaaa044a1d43097f46dc (patch)
tree7c6d17f00ce9a97deb4256e4a24bfde276208a7b /man/TIFFWriteRawStrip.3tiff
parente4dbc0ba184719b3346f7ecbcba980577f023f55 (diff)
downloadlibtiff-302b6ebda9ab1cea10f4eaaa044a1d43097f46dc.tar.gz
Added link to libtiff home page.
Diffstat (limited to 'man/TIFFWriteRawStrip.3tiff')
-rw-r--r--man/TIFFWriteRawStrip.3tiff21
1 files changed, 12 insertions, 9 deletions
diff --git a/man/TIFFWriteRawStrip.3tiff b/man/TIFFWriteRawStrip.3tiff
index a3d7f0c1..0fed3aa3 100644
--- a/man/TIFFWriteRawStrip.3tiff
+++ b/man/TIFFWriteRawStrip.3tiff
@@ -1,4 +1,4 @@
-.\" $Id: TIFFWriteRawStrip.3tiff,v 1.1 2004-11-11 14:39:16 dron Exp $
+.\" $Id: TIFFWriteRawStrip.3tiff,v 1.2 2005-11-02 11:07:18 dron Exp $
.\"
.\" Copyright (c) 1988-1997 Sam Leffler
.\" Copyright (c) 1991-1997 Silicon Graphics, Inc.
@@ -53,7 +53,7 @@ Otherwise, the value of
is returned.
.SH DIAGNOSTICS
All error messages are directed to the
-.IR TIFFError (3TIFF)
+.BR TIFFError (3TIFF)
routine.
.PP
\fB%s: File not open for writing\fP.
@@ -65,18 +65,18 @@ organized in tiles because the
and
.I TileLength
tags have been set with
-.IR TIFFSetField (3TIFF).
+.BR TIFFSetField (3TIFF).
.PP
\fB%s: Must set "ImageWidth" before writing data\fP.
The image's width has not be set before the first write.
See
-.IR TIFFSetField (3TIFF)
+.BR TIFFSetField (3TIFF)
for information on how to do this.
.PP
\fB%s: Must set "PlanarConfiguration" before writing data\fP.
The organization of data has not be defined before the first write.
See
-.IR TIFFSetField (3TIFF)
+.BR TIFFSetField (3TIFF)
for information on how to do this.
.PP
\fB%s: No space for strip arrays"\fP.
@@ -87,7 +87,10 @@ offsets and byte counts.
The specified strip is not a valid strip according to the
currently specified image dimensions.
.SH "SEE ALSO"
-.IR libtiff (3TIFF),
-.IR TIFFOpen (3TIFF),
-.IR TIFFWriteEncodedStrip (3TIFF),
-.IR TIFFWriteScanline (3TIFF)
+.BR TIFFOpen (3TIFF),
+.BR TIFFWriteEncodedStrip (3TIFF),
+.BR TIFFWriteScanline (3TIFF),
+.BR libtiff (3TIFF)
+.PP
+Libtiff library home page:
+.BR http://www.remotesensing.org/libtiff/