mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Fix comment.
This commit is contained in:
parent
2caa09c7fc
commit
db4a11e568
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue