Get underlying NSData from UIImage

前端 未结 6 1302
感情败类
感情败类 2020-12-12 17:41

I can create UIImage from NSData using [UIImage imageWithData:] or [UIImage initWithData:] methods.

I wonder i

6条回答
  •  悲&欢浪女
    2020-12-12 18:29

    Things have changed since the above answer was given, for those still looking because they share CipherCom's concern: iOS 5 has added the CIImage property.

提交回复
热议问题