Is there a way to programatically take a screenshot (or somehow get access to an image) of the current screen display on a mac?
Preferably, in C++, not Objective-C.<
I recommand usage of Quartz Display Services and function CGDisplayCreateImage()
CGDisplayCreateImage()