美文网首页
iOS livephoto转image

iOS livephoto转image

作者: 阿栋先森 | 来源:发表于2019-11-04 11:48 被阅读0次
  CIImage *ciImage = [CIImage imageWithData:imageData];
  CIContext *context = [CIContext context];
  imageData = [context JPEGRepresentationOfImage:ciImage colorSpace:ciImage.colorSpace options:@{}];

相关文章

网友评论

      本文标题:iOS livephoto转image

      本文链接:https://www.haomeiwen.com/subject/cfnzvctx.html