|
@@ -2022,7 +2022,7 @@
|
|
|
[obj.keyFrame enumerateObjectsUsingBlock:^(id _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) {
|
|
|
[keyFrame addObject:obj];
|
|
|
}];
|
|
|
- dict[@"keyFrame"] = keyFrame;
|
|
|
+ dict[@"keyframe"] = keyFrame;
|
|
|
[res addObject:dict];
|
|
|
}
|
|
|
}];
|
|
@@ -2039,7 +2039,7 @@
|
|
|
[obj.keyFrame enumerateObjectsUsingBlock:^(id _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) {
|
|
|
[keyFrame addObject:obj];
|
|
|
}];
|
|
|
- dict[@"keyFrame"] = keyFrame;
|
|
|
+ dict[@"keyframe"] = keyFrame;
|
|
|
dict[@"mosaicPictureUrl"] = obj.path;
|
|
|
} else {
|
|
|
dict[@"path"] = obj.path;
|
|
@@ -2584,7 +2584,8 @@
|
|
|
model.mode = self.mode;
|
|
|
if ([LenStitcher getCurrentPanoramaShow]) {
|
|
|
model.image = image;
|
|
|
- model.path = [LenStitcher getCurrentPanoramaShow];
|
|
|
+ NSString *path = [LenzDataManager saveImageWith:UIImageJPEGRepresentation(image, .8) mode:self.mode];
|
|
|
+ model.path = path;
|
|
|
}
|
|
|
[self updateViewStatusWhenStitchSave:NO];
|
|
|
self.isStitchBigImage = NO;
|