Formatting fixes.

This commit is contained in:
Andrey Kiselev 2004-10-29 11:10:17 +00:00
parent 7f2c3f8bf3
commit 0ba89e1fbd

View File

@ -1,4 +1,4 @@
.\" $Id: TIFFRGBAImage.3t,v 1.5 2004-10-29 10:57:45 dron Exp $ .\" $Id: TIFFRGBAImage.3t,v 1.6 2004-10-29 11:10:17 dron Exp $
.\" .\"
.\" Copyright (c) 1991-1997 Sam Leffler .\" Copyright (c) 1991-1997 Sam Leffler
.\" Copyright (c) 1991-1997 Silicon Graphics, Inc. .\" Copyright (c) 1991-1997 Silicon Graphics, Inc.
@ -23,19 +23,24 @@
.\" OF THIS SOFTWARE. .\" OF THIS SOFTWARE.
.\" .\"
.if n .po 0 .if n .po 0
.TH TIFFRGBAImage 3T "October 29, 2004" .TH TIFFRGBAImage 3T "October 29, 2004" "libtiff"
.SH NAME .SH NAME
TIFFRGBAImageOK, TIFFRGBAImageBegin, TIFFRGBAImageGet, TIFFRGBAImageEnd TIFFRGBAImageOK, TIFFRGBAImageBegin, TIFFRGBAImageGet, TIFFRGBAImageEnd
\- read and decode an image into a raster \- read and decode an image into a raster
.SH SYNOPSIS .SH SYNOPSIS
.nf
.B "#include <tiffio.h>" .B "#include <tiffio.h>"
.sp
.B "typedef unsigned char TIFFRGBValue;" .B "typedef unsigned char TIFFRGBValue;"
.B "typedef struct _TIFFRGBAImage TIFFRGBAImage;" .B "typedef struct _TIFFRGBAImage TIFFRGBAImage;"
.BI "int TIFFRGBAImageOK(TIFF* " tif ", char " emsg[1024] ");" .sp
.BI "int TIFFRGBAImageBegin(TIFFRGBAImage* " img ", TIFF* " tif ", int " stopOnError ", char " emsg[1024] ");" .BI "int TIFFRGBAImageOK(TIFF *" tif ", char " emsg[1024] ")"
.BI "int TIFFRGBAImageGet(TIFFRGBAImage* " img ", uint32* " raster ", uint32 " width " , uint32 " height ");" .br
.BI "void TIFFRGBAImageEnd(TIFFRGBAImage* " img ");" .BI "int TIFFRGBAImageBegin(TIFFRGBAImage *" img ", TIFF* " tif ", int " stopOnError ", char " emsg[1024] ")"
.br
.BI "int TIFFRGBAImageGet(TIFFRGBAImage *" img ", uint32* " raster ", uint32 " width " , uint32 " height ")"
.br
.BI "void TIFFRGBAImageEnd(TIFFRGBAImage *" img ")"
.br
.SH DESCRIPTION .SH DESCRIPTION
The routines described here provide a high-level interface The routines described here provide a high-level interface
through which through which