UIImageWriteToSavedPhotosAlbum 在相机胶卷中创建黑色缩略图
我使用 UIImageWriteToSavedPhotosAlbum 将图像保存在相机胶卷中,但即使图片正确,也总是得到黑色缩略图。
您有解决这个问题的指示吗?
预先感谢您的帮助。
问候,
I am saving image in the camera roll using UIImageWriteToSavedPhotosAlbum but always get an black thumbnail even if the picture is correct.
Do you have pointers to address this?
Thanks in advance for your help.
Regards,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我也有同样的问题。在 UIGraphicsImageContext 中绘制图像解决了这个问题:
I had the same problem. Drawing the image within a UIGraphicsImageContext solves the issue: