]> git.parisson.com Git - pdf.js.git/commitdiff
Fix comment.
authorBrendan Dahl <brendan.dahl@gmail.com>
Mon, 19 Dec 2011 22:58:01 +0000 (14:58 -0800)
committerBrendan Dahl <brendan.dahl@gmail.com>
Mon, 19 Dec 2011 22:58:01 +0000 (14:58 -0800)
src/image.js

index 8762b806f8b2348455f0689ab4eed9cb1a951143..98248a2726ba73a58a74cee21440f77e69e7f63e 100644 (file)
@@ -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.