标签: ios image-compression
我有一个应用程序,我需要将图像压缩到最大10mb,我目前正在使用:
var imageData = UIImageJPEGRepresentation(thePhoto2.image!, 0.9)
但是让我的所有图像都达到最佳质量会很不错。