summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-08-04 14:34:32 +0200
committerRobin Watts <robin.watts@artifex.com>2015-08-24 10:31:48 +0100
commitf138744e683ae34a033bd4303c721c93232713be (patch)
treefb0465f62059f3acca8550423ff64f4321b7b0f1
parent065820a6927193e90cf28a09db0345f9c42d556d (diff)
downloadmupdf-f138744e683ae34a033bd4303c721c93232713be.tar.xz
Fix typo.
-rw-r--r--include/mupdf/fitz/pixmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/fitz/pixmap.h b/include/mupdf/fitz/pixmap.h
index d169ea8e..64f60e03 100644
--- a/include/mupdf/fitz/pixmap.h
+++ b/include/mupdf/fitz/pixmap.h
@@ -249,7 +249,7 @@ void fz_convert_pixmap(fz_context *ctx, fz_pixmap *dst, fz_pixmap *src);
n: The number of color components in the image. Always
includes a separate alpha channel. For mask images n=1, for greyscale
- (plus alpha) images n=2, for rgb (plus alpha) images n=3.
+ (plus alpha) images n=2, for rgb (plus alpha) images n=4.
interpolate: A boolean flag set to non-zero if the image
will be drawn using linear interpolation, or set to zero if