Skip to content

Instantly share code, notes, and snippets.

NSImage* image = [NSImage imageNamed:NSImageNameAdvanced];
NSData* data = [image TIFFRepresentation];
[data writeToFile:@"/Users/haseebq/adv.tiff" atomically:YES];