Re: Color space for cmyk eps images converting to rgb

2008-12-22 Thread Ken Ferry
Hi Ken, The -colorSpaceName method on NSImageRep returns only a best-effort approximation. This method, like many of the methods of NSImageRep, is used by NSImage to decide which NSImageRep is the best choice for drawing to a given destination. The design is easiest to comprehend from that point

Color space for cmyk eps images converting to rgb

2008-12-21 Thread Ken Tozier
Hi If you open an eps image in a text editor like BBEdit, you can see clearly what color space it was saved as but when you create an NSImage from the file and call [image representations] or [image bestRepresentationForDevice: ] all you get are images with "NSCalibratedRGBColorSpace." Mo