Skip to content

Instantly share code, notes, and snippets.

@talha131
Created January 17, 2013 18:28
Show Gist options
  • Save talha131/4558272 to your computer and use it in GitHub Desktop.
Save talha131/4558272 to your computer and use it in GitHub Desktop.
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