Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找将 UIImage 编码为 base64 字符串的最快解决方案。另外我想知道苹果提供的将 UIImage 转换为 NSData UIImageJPEGRepresentation(image, quality) 的内置解决方案是否是最好的解决方案。
根据文章,一个 5.3MB 的图像 (JPEG) 文件用了不到 50 毫秒的时间进行编码,使用 base64 解码大约需要 140 毫秒。您可以在此处获取库代码