objective c - Pick image and crop image became low quality iOS -


i can pick image gallery , crop image becomes low quality.

cgrect value=  avmakerectwithaspectratioinsiderect(imageview.image.size, imageview.frame); uigraphicsbeginimagecontext(imageview.image.size); [imageview.image drawinrect:cgrectmake(0,0, value.size.width, value.size.height)]; uiimage *img= uigraphicsgetimagefromcurrentimagecontext(); uigraphicsendimagecontext(); 

please 1 me figure out issue.

you need create context uigraphicsbeginimagecontextwithoptions, , pass in scale of 0. call uigraphicsbeginimagecontext not allow retina images.


Popular posts from this blog

php - How should I create my API for mobile applications (Needs Authentication) -

5 Reasons to Blog Anonymously (and 5 Reasons Not To)

Google AdWords and AdSense - A Dynamic Small Business Marketing Duo