mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 18:25:37 +02:00
Playing with initial decode map impl.
This commit is contained in:
parent
3f8ba7d56a
commit
d76f5f6815
2 changed files with 17 additions and 6 deletions
|
@ -227,7 +227,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
|
|||
data: new Uint8Array(w * h * 4)
|
||||
};
|
||||
var pixels = imgData.data;
|
||||
imageObj.fillRgbaBuffer(pixels, imageObj.decode);
|
||||
imageObj.fillRgbaBuffer(pixels);
|
||||
handler.send('obj', [objId, 'Image', imgData]);
|
||||
}, handler, xref, resources, image, inline);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue