UIImageJPEGRepresentation

UIImageJPEGRepresentation

我需要执行UIImageJPEGRepresentation方法,然后将其不保存到文件中,我需要将其保存到UIImage。请帮助..

最佳答案

我不知道为什么要从UIImage转换为jpeg数据,然后又回到UIImage,但是[UIImage imageWithData:jpegdata]应该这样做。

关于objective-c - UIImage UIImageJPEGRepresentation对UIImage是安全的,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/6776245/

10-10 21:03