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 相同的可见大小,但减小它的文件大小。有没有办法做到这一点?
例如,如果用户要保存用相机拍摄的 10 张图像,我希望它们具有更小的文件大小,同时保持原始图像的大部分质量和相同的宽度和高度。
以更高的压缩率另存为 jpeg(会降低质量)
NSData * UIImageJPEGRepresentation ( UIImage *image, CGFloat compressionQuality );