Commit Graph

7 Commits

Author SHA1 Message Date
Eliot Jones
14276d5d16
Merge pull request #331 from kasperdaff/various-image-fixes
Various image related fixes and ICCBased (limited), CalGray and CalRGB color spaces support
2021-06-01 08:14:49 -04:00
Kasper Frank
da821e27e1 Add support for CalGray and CalRGB colorspaces 2021-05-30 14:07:41 +02:00
Kasper Frank
21bac62b95 Look in the correct array when resolving decode parameters 2021-05-10 11:58:42 +02:00
Wesley Moret
19ac38bf8b
[Improved] PdfMerger: Allow to select the pages when merging documents (#248)
* PdfMerger: Allow to select the pages when merging documents

Supersede #245

* Impose artificial limit in the amount of page, that a node can contain

Plus, Use IReadOnlyList instead of IReadOnlyCollection
2021-01-05 00:31:37 +00:00
InusualZ
02289d75ac Use ReferenceEquals to avoid infinite recursion
Fix InlineImageDataToken not checking Data length before comparing bytes
Use a more straightforward compare Dictionary Content
2020-03-15 16:05:23 +01:00
InusualZ
be7716eeea Make IToken implement IEquatable<IToken>
This would allow us to deduplicate tokens, by comparing their content
2020-03-15 16:05:23 +01:00
Eliot Jones
d09b33af4d move tokens to new project 2020-01-05 10:07:01 +00:00