From db4a11e5686d593539867d8d5fe08e53f32390af Mon Sep 17 00:00:00 2001 From: Brendan Dahl <brendan.dahl@gmail.com> Date: Mon, 19 Dec 2011 14:58:01 -0800 Subject: [PATCH] Fix comment. --- src/image.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/image.js b/src/image.js index 8762b806f..98248a272 100644 --- a/src/image.js +++ b/src/image.js @@ -129,7 +129,7 @@ var PDFImage = (function PDFImageClosure() { /** * Resize an image using the nearest neighbor algorithm. Currently only - * supports one component images. + * supports one and three component images. * @param {TypedArray} pixels The original image with one component. * @param {Number} bpc Number of bits per component. * @param {Number} components Number of color components, 1 or 3 is supported.