Re: NSImage representations
Re: NSImage representations
- Subject: Re: NSImage representations
- From: Scott Stevenson <email@hidden>
- Date: Sat, 7 Jul 2007 19:11:26 -0700
On Jul 7, 2007, at 12:26 PM, Jeremy Rotsztain wrote:
I'm drawing into the image representation every frame, and adding
the image representation to the NSImage again, but I'm unable to
see the updated NSImage when I display it in a NSImageView or
export it to disk using [ NSData writeToFile ].
You may not need to use NSImage at all. For both of those things, you
could just use NSBitmapImageRep directly. A bitmap can also draw itself.
- 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