Comment on the new flag.

This commit is contained in:
Brendan Dahl 2011-11-08 08:50:01 -08:00
parent 9bb2b881b0
commit 1869888838

View File

@ -793,6 +793,8 @@ var JpegStream = (function jpegStream() {
// TODO: per poppler, some images may have 'junk' before that
// need to be removed
this.dict = dict;
// Flag indicating wether the image can be natively loaded.
this.isNative = true;
if (isAdobeImage(bytes)) {