Dump UIImage on iPhone
Posted
by Leon
on Stack Overflow
See other posts from Stack Overflow
or by Leon
Published on 2010-05-04T13:04:31Z
Indexed on
2010/05/04
13:08 UTC
Read the original article
Hit count: 300
I wonder how to save the UIImage object from UIImagePickerController into the App Document directory. I tried to use UIImageJPEGRepresentation() method and UIImagePNGRepresentation(), but it seemed the image data was changed. Is there any method to keep the original image content without any compression?
© Stack Overflow or respective owner