forked from josch/img2pdf
Always initialize smask
This commit is contained in:
parent
ff03d9c1cd
commit
cfbb40b0f6
1 changed files with 2 additions and 0 deletions
|
@ -858,6 +858,8 @@ class pdfdoc(object):
|
|||
image[PdfName.ColorSpace] = colorspace
|
||||
image[PdfName.BitsPerComponent] = depth
|
||||
|
||||
smask = None
|
||||
|
||||
if color == Colorspace["CMYK;I"]:
|
||||
# Inverts all four channels
|
||||
image[PdfName.Decode] = [1, 0, 1, 0, 1, 0, 1, 0]
|
||||
|
|
Loading…
Reference in a new issue