summaryrefslogtreecommitdiff
path: root/tiff/man/TIFFReadRGBAImage.3tiff
diff options
context:
space:
mode:
Diffstat (limited to 'tiff/man/TIFFReadRGBAImage.3tiff')
-rw-r--r--tiff/man/TIFFReadRGBAImage.3tiff6
1 files changed, 3 insertions, 3 deletions
diff --git a/tiff/man/TIFFReadRGBAImage.3tiff b/tiff/man/TIFFReadRGBAImage.3tiff
index 920fc3704..a17f71ed6 100644
--- a/tiff/man/TIFFReadRGBAImage.3tiff
+++ b/tiff/man/TIFFReadRGBAImage.3tiff
@@ -37,9 +37,9 @@ into a fixed-format raster
.br
.B "#define TIFFGetA(abgr) (((abgr) >> 24) & 0xff)"
.sp
-.BI "int TIFFReadRGBAImage(TIFF *" tif ", uint32 " width ", uint32 " height ", uint32 *" raster ", int " stopOnError ")"
+.BI "int TIFFReadRGBAImage(TIFF *" tif ", uint32_t " width ", uint32_t " height ", uint32_t *" raster ", int " stopOnError ")"
.br
-.BI "int TIFFReadRGBAImageOriented(TIFF *" tif ", uint32 " width ", uint32 " height ", uint32 *" raster ", int " orientation ", int " stopOnError ")"
+.BI "int TIFFReadRGBAImageOriented(TIFF *" tif ", uint32_t " width ", uint32_t " height ", uint32_t *" raster ", int " orientation ", int " stopOnError ")"
.br
.SH DESCRIPTION
.IR TIFFReadRGBAImage
@@ -109,7 +109,7 @@ transparently.
Raster pixels are returned uncorrected by any colorimetry information
present in the directory.
.PP
-The paramater
+The parameter
.I stopOnError
specifies how to act if an error is encountered while reading
the image.