Skip to content

Instantly share code, notes, and snippets.

@talha131
Created January 17, 2013 18:28
NSImage* image = [NSImage imageNamed:NSImageNameAdvanced];
NSData* data = [image TIFFRepresentation];
[data writeToFile:@"/Users/haseebq/adv.tiff" atomically:YES];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment