You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# DrawBot Key NSImage property key converter or None doc
36
42
"imageColorSyncProfileData": (AppKit.NSImageColorSyncProfileData, _nsDataConverter, "A bytes or NSData object containing the ColorSync profile data."),
@@ -70,6 +76,7 @@ class ImageContext(PDFContext):
70
76
("antiAliasing", "Indicate if a the image should be rendedered with anti-aliasing. Default is True."),
71
77
("fontSubpixelQuantization", "A Boolean value that specifies whether subpixel quantization of glyphs is allowed. Default is True."),
72
78
("multipage", "Output a numbered image for each page or frame in the document."),
79
+
("colorSpace", "Set color space (RGB, CMYK). Default is RGB."),
imageRep.setProperty_withValue_(AppKit.NSImageColorSyncProfileData, options["imageColorSyncProfileData"]) # doing this with representationUsingType_properties_ does not work
0 commit comments