encode-decode image data with base64
Posted
by haicnpmk44
on Stack Overflow
See other posts from Stack Overflow
or by haicnpmk44
Published on 2010-03-24T08:37:51Z
Indexed on
2010/03/24
8:43 UTC
Read the original article
Hit count: 296
iphone
Hi Guys 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!
© Stack Overflow or respective owner