/ Published in: Objective C
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
int i = 0; { filePath = [NSString stringWithFormat: @"%@/%@-%d.@%@", documentsPath, @"selectedImage", ++i, @"png"]; } [NSImagePNGRepresentation(image) writeToFile: filePath atomically: YES]