如何快速保存图片

发布于 2024-11-09 20:21:48 字数 220 浏览 1 评论 0原文

我正在使用 ffmpeg 进行视频转换。我正在获取图像序列。现在我正在使用

[UIImagePNGRepresentation(video.currentImage) writeToFile:fileName atomically:YES];

... 将文件保存到目录中。但这需要花费大量时间来保存。我需要快速保存这张图片。

I'm doing video conversion using ffmpeg. I'm getting the sequence of images. Now I am using

[UIImagePNGRepresentation(video.currentImage) writeToFile:fileName atomically:YES];

...to save the file into a directory. But this taking lots of time to save. I need to save this image quickly.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夏天碎花小短裙 2024-11-16 20:21:48

尝试使用 UIImageJPEGRepresentation ( UIImage *image, CGFloat compressionQuality)

Try With UIImageJPEGRepresentation ( UIImage *image, CGFloat compressionQuality)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文