Playing with initial decode map impl.

This commit is contained in:
Brendan Dahl 2011-12-13 08:48:27 -08:00
parent 3f8ba7d56a
commit d76f5f6815
2 changed files with 17 additions and 6 deletions

View file

@ -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);
}