Always initialize `smask`

Tamás Zahola 3 years ago
parent 7e3b5ef0fb
commit 6516339ae3

@ -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…
Cancel
Save