给七牛上传图片,手机里面拍的图片就2M多,但是用这个方法
NSData *imgData = UIImageJPEGRepresentation(img, 1.0); NSLog(@"压缩Size of Image(bytes):%d",[imgData length]);
查看就5M多,怎么回事啊?而且七牛必须nsdata 才能上传。。求指导
伊谢尔伦2017-04-24 09:13:56
Qiniu에 리소스를 업로드하는 데에는 압축이 필요하지 않으며 업로드 트래픽에 대한 비용이 청구되지 않습니다. 또한 이미지 리소스에 액세스할 때 Qiniu의 이미지 처리를 사용하여 이미지의 썸네일에 액세스할 수 있습니다(http://developer.qiniu.com). /docs/v6/api/reference/fop/image/imageview2.... 및 http://developer.qiniu.com/docs/v6/api/reference/fop/image/imagemogr2....).