Formatting fixes.
This commit is contained in:
parent
7f2c3f8bf3
commit
0ba89e1fbd
@ -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 Silicon Graphics, Inc.
|
||||
@ -23,19 +23,24 @@
|
||||
.\" OF THIS SOFTWARE.
|
||||
.\"
|
||||
.if n .po 0
|
||||
.TH TIFFRGBAImage 3T "October 29, 2004"
|
||||
.TH TIFFRGBAImage 3T "October 29, 2004" "libtiff"
|
||||
.SH NAME
|
||||
TIFFRGBAImageOK, TIFFRGBAImageBegin, TIFFRGBAImageGet, TIFFRGBAImageEnd
|
||||
\- read and decode an image into a raster
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.B "#include <tiffio.h>"
|
||||
.sp
|
||||
.B "typedef unsigned char TIFFRGBValue;"
|
||||
.B "typedef struct _TIFFRGBAImage TIFFRGBAImage;"
|
||||
.BI "int TIFFRGBAImageOK(TIFF* " tif ", char " emsg[1024] ");"
|
||||
.BI "int TIFFRGBAImageBegin(TIFFRGBAImage* " img ", TIFF* " tif ", int " stopOnError ", char " emsg[1024] ");"
|
||||
.BI "int TIFFRGBAImageGet(TIFFRGBAImage* " img ", uint32* " raster ", uint32 " width " , uint32 " height ");"
|
||||
.BI "void TIFFRGBAImageEnd(TIFFRGBAImage* " img ");"
|
||||
.sp
|
||||
.BI "int TIFFRGBAImageOK(TIFF *" tif ", char " emsg[1024] ")"
|
||||
.br
|
||||
.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
|
||||
The routines described here provide a high-level interface
|
||||
through which
|
||||
|
Loading…
Reference in New Issue
Block a user