NSMutable NSImage. NSCoding, NSKeyedArchiver, , .
, .
-, , , , , , ? [NSData dataWithContentsOfFile:@"0.png"]
. .
, , , :
- ? .. . , :
NSData *data = [NSKeyedArchiver archivedDataWithRootObject:array];
NSAssert(nil != data, @"My object data is nil after archiving");
, [data writeToFile:path options:NSDataWritingAtomic error:&error];
( , - writeToFile: options: error:
)
, :
result = [NSKeyedArchiver archiveRootObject:data
toFile:archivePath];
, NSKeyedUnarchiver?