I can create UIImage from NSData using [UIImage imageWithdata:] or [UIImage initWithData] method.
I wonder if I can get the NSData* back from an existing UIImage* ?
something on the line of NSData* myData = [myImage getData];
Is this impossible?
Thank you
