Browse Source

Comment on the new flag.

Brendan Dahl 14 years ago
parent
commit
1869888838
  1. 2
      src/stream.js

2
src/stream.js

@ -793,6 +793,8 @@ var JpegStream = (function jpegStream() { @@ -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)) {

Loading…
Cancel
Save