NSImage保存为文件
2011-10-20NSArray *representations = [image representations];
NSData *bitmapData = [NSBitmapImageRep representationOfImageRepsInArray:representations usingType:NSPNGFileType properties:nil];
[bitmapData writeToFile:[path stringByAppendingPathComponent:@"test.png"] atomically:YES];