Tuesday, 22 March 2011

How to convert Image into NSData

Here’s the simple solution.

NSData* topImageData = UIImageJPEGRepresentation(topImage, 1.0);

No comments:

Post a Comment