是否有比UIImageJPEGRepresentation更高压缩率的库?

时间:2013-06-24 03:29:48

标签: ios compression jpeg

在从iOS App发送图像到服务器之前,App使用UIImageJPEGRepresentation压缩JPG图像。但是,它不是预期的压缩率。 是否有比UIImageJPEGRepresentation更高压缩率的库? (OpenCV的?的libjpeg?)

由于

2013.06.24 13:00 add

我的代码是

NSData *jpgData = [[NSData alloc]    initWithData:UIImageJPEGRepresentation(img, 0.75)];

图像尺寸减小了,但我希望减少更多。

0 个答案:

没有答案