]> git.saurik.com Git - wxWidgets.git/blobdiff - src/tiff/man/TIFFReadRGBAImage.3tiff
Remove redundant lines from Inno Setup file.
[wxWidgets.git] / src / tiff / man / TIFFReadRGBAImage.3tiff
index 5af8295d52fafbc64021d36862d29c7c188d803a..5d43ce39627b4c2c337d6056dfb94840cf161694 100644 (file)
@@ -1,4 +1,4 @@
-.\" $Id: TIFFReadRGBAImage.3tiff,v 1.3 2005/11/02 11:07:18 dron Exp $
+.\" $Id: TIFFReadRGBAImage.3tiff,v 1.4 2006-10-13 07:22:01 dron Exp $
 .\"
 .\" Copyright (c) 1991-1997 Sam Leffler
 .\" Copyright (c) 1991-1997 Silicon Graphics, Inc.
@@ -23,7 +23,7 @@
 .\" OF THIS SOFTWARE.
 .\"
 .if n .po 0
-.TH TIFFReadRGBAImage 3TIFF "October 29, 2004" "libtiff"
+.TH TIFFReadRGBAImage 3TIFF "October 13, 2006" "libtiff"
 .SH NAME
 TIFFReadRGBAImage, TIFFReadRGBAImageOriented \- read and decode an image
 into a fixed-format raster
@@ -38,9 +38,9 @@ into a fixed-format raster
 .br
 .B "#define TIFFGetA(abgr) (((abgr) >> 24) & 0xff)"
 .sp
-.BI "int TIFFReadRGBAImage(TIFF *" tif ", u_long " width ", u_long " height ", u_long *" raster ", int " stopOnError ")"
+.BI "int TIFFReadRGBAImage(TIFF *" tif ", uint32 " width ", uint32 " height ", uint32 *" raster ", int " stopOnError ")"
 .br
-.BI "int TIFFReadRGBAImageOriented(TIFF *" tif ", u_long " width ", u_long " height ", u_long *" raster ", int " orientation ", int " stopOnError ")"
+.BI "int TIFFReadRGBAImageOriented(TIFF *" tif ", uint32 " width ", uint32 " height ", uint32 *" raster ", int " orientation ", int " stopOnError ")"
 .br
 .SH DESCRIPTION
 .IR TIFFReadRGBAImage