[futurebasic] Grabbing Pict Image from Screen

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : June 2011 : Group Archive : Group : All Groups

From: Ken Shmidheiser <kshmidheiser@...>
Date: Sat, 11 Jun 2011 17:25:39 -0400
Tom asked:

>Is there some other ways to capture all the items
>on my window like I am doing in my example code listed here:


Available in OS X 10.5 and higher:

CGWindowListCreateImage returns a CGImageRef of a window which you 
can easily convert to any of a number of image formats.

Ken