Question about mixing NSImage and CIImage.
Question about mixing NSImage and CIImage.
- Subject: Question about mixing NSImage and CIImage.
- From: Scott Andrew <email@hidden>
- Date: Fri, 20 Jul 2007 23:09:16 -0700
I have a question about memory usage of mixing NSImage and CIImage.
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..
Scott Andrew
_______________________________________________
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