mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
cleanup
This commit is contained in:
parent
b83d2cdffc
commit
d749b7ccbd
1 changed files with 2 additions and 2 deletions
4
pdf.js
4
pdf.js
|
@ -4792,9 +4792,9 @@ var PDFImage = (function() {
|
|||
this.height = dict.get2('Height', 'H');
|
||||
|
||||
if (this.width < 1 || this.height < 1)
|
||||
error('Invalid image width or height');
|
||||
error('Invalid image width or height');
|
||||
|
||||
this.interpolate = dict.get2('Interpolate', 'I') || false;
|
||||
this.interpolate = dict.get2('Interpolate', 'I') || false;
|
||||
this.imageMask = dict.get2('ImageMask', 'IM') || false;
|
||||
|
||||
var bitsPerComponent = image.bitsPerComponent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue