海神


NSImage保存为文件

2011-10-20
#iphone
NSArray *representations = [image representations];
NSData *bitmapData = [NSBitmapImageRep representationOfImageRepsInArray:representations usingType:NSPNGFileType properties:nil];
[bitmapData writeToFile:[path stringByAppendingPathComponent:@"test.png"] atomically:YES];

blog comments powered by Disqus