CMGetImageSpace() replacement?
-
The code I'm working on uses CMGetImageSpace(), which is deprecated in
10.5, but the docs don't suggest anything to use in its stead.
Anyone know? -
On Nov 17, 2008, at 4:28 PM, Randall Meadows wrote:> The code I'm working on uses CMGetImageSpace(), which is deprecated
> in 10.5, but the docs don't suggest anything to use in its stead.
From the looks of the docs, it seems that the replacement is to use
ImageIO and Core Graphics to load the image and query its color space.
--
David Duncan
Apple DTS Animation and Printing


