how to save Image to Photos in iPhone without losing quality ?
Posted
by Naeim
on Stack Overflow
See other posts from Stack Overflow
or by Naeim
Published on 2010-03-08T23:02:33Z
Indexed on
2010/03/08
23:06 UTC
Read the original article
Hit count: 365
the quality of saved image will lose when i'm using this method ...
UIImage *img=imageview1.image;
UIImageWriteToSavedPhotosAlbum(img,nil,nil,nil);
© Stack Overflow or respective owner