site_archiver@lists.apple.com Delivered-To: cocoa-dev@lists.apple.com Happy New Year ! On Dec 31, 2009, at 3:54 PM, Henry McGilton (Boulevardier) wrote: On Dec 31, 2009, at 2:26 PM, David Blanton wrote: Cheers, . . . . . . . . Henry ================================================= iPhone App Development and Developer Education . . . Visit www.nonatomic-retain.com Mac OSX Application Development, Plus a Great Deal More . . . Visit www.trilithon.com _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/site_archiver%40lists.apple... Yeah, I was doing it with CGBitmapContextCreate followed by CGBitmapContextCreateImage but that ends up as a CGImageRef. I want NSImage so I can put an NSImageCell in an NSOutlineView and walk away ! I have 15 year old scotch to crack with a 28 year Apple Employee this evening ! Given an array of color data (a generic bitmap) what is the best / fastest / recommended method to convert this to an NSImage? Load your data into memory, create an NSBitmapImageRep from that pile of data, then make an NSImage from the NSBitmapImageRep . . . This email sent to site_archiver@lists.apple.com