CGImage, CIImage and NSImage
CGImage, CIImage and NSImage
- Subject: CGImage, CIImage and NSImage
- From: Mas Habibi <email@hidden>
- Date: Thu, 5 Aug 2010 00:26:08 +0700
Hello, i'm a student who still learning how to program with Cocoa API,
i have a little problem for what is the best way to displaying an
image into NSView between CGImage, CIImage or NSImage, and what's the
different?
I have use the CGImage with this code, but there's an error when i
execute it,
CGContextDrawImage(context, imageRect, drawnImage);
which one is the best one to draw an image directly into NSView?
- sorry for my bad english, and thanks -
_______________________________________________
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