Re: Question about mixing NSImage and CIImage.
Re: Question about mixing NSImage and CIImage.
- Subject: Re: Question about mixing NSImage and CIImage.
- From: Scott Stevenson <email@hidden>
- Date: Sat, 21 Jul 2007 02:16:27 -0700
On Jul 20, 2007, at 11:09 PM, Scott Andrew wrote:
I have a list control based on MUPhotoView that uses NSImages to
draw, this is just a list of available images. I then have a window
for editing that uses CIImage for eidting on a canvas. I have a
question about calling
NSImage* image
CIImage *desImage = [[CIImage imageWithData:[srcImage
TIFFRepresentation];
If you use this do the CIImage and NSImage share memory? Just
curious..
I don't think so but you might want to take a look at the
NSCIImageRep class.
- Scott
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden