uiimage - Objective C: Sharpen images created with CGContextdrawPDFPage -


i create uiimages pdf cgcontextdrawpdfpage.

the quality wasn´t satisfying tried

cgcontextsetinterpolationquality(context,kcgrenderingintentdefault); 

and worked out. quality of resulting images still not enough. image looks totally blurry on ipad.

can tell me how can increase quality , sharpen image bit?

thanks help.

i better results using

uigraphicsbeginimagecontextwithoptions

instead of

uigraphicsbeginimagecontext

for beginning image context.

the parameter scale set 0.0 did trick.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -