0

I am try to make iPhone application to encode-decode an images (NSData format).

 NSData imageData = UIImagePNGRepresentation(image);`

How can I do, please give some source code. Thank you!

MartinJoo
  • 2,784
  • 9
  • 33
  • 39
  • This is a duplicate of these questions: http://stackoverflow.com/questions/392464/any-base64-library-on-iphone-sdk , http://stackoverflow.com/questions/2197362/converting-nsdata-to-base64 , and http://stackoverflow.com/questions/892223/how-can-i-decode-data-with-base64-in-iphone – Brad Larson Mar 24 '10 at 12:33

1 Answers1

1

CocoaDev:BaseSixtyFour

Alex Reynolds
  • 95,983
  • 54
  • 240
  • 345