Fork me on GitHub

2012年4月23日

摘要: http://justiseek.diandian.com/post/2012-01-31/147524601.UIGraphicsBeginImageContextWithOptions(pageView.page.bounds.size, YES, zoomScale);[pageView.page.layer renderInContext:UIGraphicsGetCurrentContext()];UIImage *uiImage = UIGraphicsGetImageFromCurrentImageContext();UIGraphicsEndImageContext();2.- 阅读全文
posted @ 2012-04-23 19:11 pengyingh 阅读(13402) 评论(0) 推荐(0)
摘要: http://blog.sina.com.cn/s/blog_7ccde1bf0100ysi2.html以下Carbon代码可以将PDF页面CGPDFPageRef转换为Quartz的CGImageRef格式,这样就可以将PDF页面用在Core Animation中了。CGImageRefPDFPageToCGImage(size_tpageNumber,CGPDFDocumentRefdocument){CGPDFPageRefpage;CGRectpageSize;CGContextRefoutContext;CGImageRefThePDFImage;CGAffineTransformc 阅读全文
posted @ 2012-04-23 18:56 pengyingh 阅读(1437) 评论(0) 推荐(0)
摘要: http://bbs.51cto.com/thread-842406-1-1.html#define HIRESDEVICE (((int)rintf([[[UIScreen mainScreen] currentMode] size].width/[[UIScreen mainScreen] bounds].size.width )>1))- (CGImageRef) blerg { CGFloat imageScale = (CGFloat)1.0; CGFloat width = (CGFloat)180.0; CGFloat height = (CGFloat)180.0; .. 阅读全文
posted @ 2012-04-23 18:53 pengyingh 阅读(955) 评论(0) 推荐(0)

导航