社交媒体应用程序的最佳压缩质量?

Optimal compression quality for social media app?

抱歉,如果之前已经解决过这个问题,我已经搜索过了,但似乎找不到这样的问题。我正在制作一个社交媒体应用程序,我想尽可能地保持图像的质量。为了制作图像的数据表示,我正在使用 "UIImageJPEGRepresentation",我想知道压缩质量的最佳设置是什么。

将质量设置为低于 1 的一个重要后果是图像上传到我的服务器的时间要少得多。我已经尝试过压缩,对我来说,除非我在计算机上放大,否则我无法真正分辨出 0.6 和 1 之间的区别,但我只是想知道是否有一个数字或范围可以产生有利的结果。

一种有趣且不断发展的格式是 Google 引入的 Webp 格式。 This 文章暗示 Facebook 也在尝试使用这种格式。要回答关于压缩多少的确切问题,请注意以下内容:

-图片格式(我假设你的是JPEG)

-压缩技术(有损或无损)

-目标设备(我假设你的是移动设备)

考虑以上参数(和more) and looking at the dimensions of all social networking sites I suggest you to get the compression level high enough such that you can see a difference in the image quality on the computer, that way you would have found an optimal level, remember lower the better till it degrades. Additionally you can find the information at this