forked from josch/img2pdf
Compare commits
3 commits
7e3b5ef0fb
...
8dac6242fc
Author | SHA1 | Date | |
---|---|---|---|
|
8dac6242fc | ||
|
9cd5121477 | ||
|
6516339ae3 |
2 changed files with 425 additions and 167 deletions
|
@ -858,6 +858,8 @@ class pdfdoc(object):
|
||||||
image[PdfName.ColorSpace] = colorspace
|
image[PdfName.ColorSpace] = colorspace
|
||||||
image[PdfName.BitsPerComponent] = depth
|
image[PdfName.BitsPerComponent] = depth
|
||||||
|
|
||||||
|
smask = None
|
||||||
|
|
||||||
if color == Colorspace["CMYK;I"]:
|
if color == Colorspace["CMYK;I"]:
|
||||||
# Inverts all four channels
|
# Inverts all four channels
|
||||||
image[PdfName.Decode] = [1, 0, 1, 0, 1, 0, 1, 0]
|
image[PdfName.Decode] = [1, 0, 1, 0, 1, 0, 1, 0]
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue