Jonas Jenwald c8f83d6487 Let Parser_makeFilter pass in the DecodeParms data to various image Streams, instead of re-fetching it in various [...]Stream.prototype.ensureBuffer methods
In `Parser_filter` the `DecodeParms` data is fetched and passed to `Parser_makeFilter`, where we also make sure that a `Ref` is resolved to a direct object.
We can thus pass this along to the various image `Stream` constructors, to avoid the current situation where we lookup/resolve data that is already available.
Note also that we currently do *not* handle the case where `DecodeParms` is an Array entirely correct in the various image `Stream`s, and this patch fixes that for free.
2016-10-15 12:09:51 +02:00
..
2016-04-27 16:14:33 -05:00
2016-07-17 14:33:41 +02:00
2016-05-11 16:11:13 +02:00
2016-01-28 11:32:59 -06:00
2016-07-17 14:33:41 +02:00
2016-01-28 11:32:59 -06:00
2016-07-17 14:33:41 +02:00
2015-12-16 23:52:16 +01:00
2016-01-28 12:11:46 -06:00