Re: Fast way to grab the screen
Re: Fast way to grab the screen
- Subject: Re: Fast way to grab the screen
- From: Paul M <email@hidden>
- Date: Thu, 24 Feb 2011 23:36:58 +1300
On 24/02/2011, at 11:06 PM, eveningnick eveningnick wrote:
2) how to grab a mouse pointer too? Like Skype, or ManyCam do, for
example?
They allow to save an image (or video) together with the cursor. How
did
they do that?
The display buffers dont contain the mouse pointer, it's composited
into the final display image on the fly as it were. Traditionally, one
would obtain the pointer position then composite your own version of
the pointer bitmap after the grab.
Whether this has been streamlined in current versions of OSX, I
couldn't say.
paulm
_______________________________________________
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