Skip navigation.
 
mlRe: Passing CGImageSourceRef to IKImageView
FROM : douglas a. welton
DATE : Mon Jun 16 17:51:27 2008

Jonathan,

I don't think you missed anything.  I do believe that documentation is 
somewhat misleading for this class.

I was in the same situation as you, so I simply decided to get a 
CGImageRef (with the associated CGImageProperties) from my 
CGImageSourceRef object and use the -(void)setImage:imageProperties: 
method to set my image.

regards,

douglas

PS:  This issue has been discussed on the Quartz list, but at this 
moment Apple Lists archives are doing something funky and I can't find 
the reference for you.

On Jun 16, 2008, at 7:05 AM, Jonathan Dann wrote:

> Hi Guys,
>
> I was just looking at passing a CGImageSourceRef to an IKImageView, 
> the documentation says you can, but there's not method that accepts 
> it as a parameter.  Is this just a feature that isn't present in the 
> release?  Are there release notes that this would be in as Image Kit 
> isn't in the App Kit release note.
>
> Thanks,
>
> Jon

Related mailsAuthorDate
mlPassing CGImageSourceRef to IKImageView Jonathan Dann Jun 16, 13:05
mlRe: Passing CGImageSourceRef to IKImageView douglas a. welton Jun 16, 17:51
mlRe: Passing CGImageSourceRef to IKImageView Jonathan Dann Jun 18, 11:22