nscolorspace

Using ApplescriptObjC to convert color spaces of an image using NSColorSpace and iccProfileData

空扰寡人 提交于 2019-12-11 15:59:51
问题 I have some code that will change an images colorspace from RGB to a GenericCMYK profile. I would like to be able to use an ICC Profile to convert the image to a CMYK colorspace. There is a way to do this in Photoshop, but the process takes too much of a users time when you are dealing with 100's of images, I am trying to create an AppleScript droplet that will do this for them. I have already looked at the page for NSColorspace and there looks like there is a way to do this. I just have no