Guest User

Untitled

a guest
Jun 18th, 2018
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. NSError* error;
  2. NSBitmapImageRep* framerep = [[frame representations] objectAtIndex:0];
  3. NSData* png_data = [framerep representationUsingType:NSPNGFileType properties:nil];
  4. NSString* frame_path = @"blah.png"
  5. [png_data writeToFile:frame_path options:0 error:&error];
Add Comment
Please, Sign In to add comment