Skip to content

Instantly share code, notes, and snippets.

View jaanus's full-sized avatar

Jaanus Kase jaanus

View GitHub Profile
@jaanus
jaanus / gist:4c07a2d575bab1eefa3f
Last active August 29, 2015 14:03
The easiest method to capture a PNG screenshot of NSWindow
@interface NSWindow (JKScreenShot)
- (NSData *)pngScreenshotData;
@end
@implementation NSWindow (JKScreenshot)
- (NSData *)pngScreenshotData
{