iPhone SDK 使用 Quartz 缩放和刷新 PDF
查看 QuartzDemo 示例应用程序,我喜欢单独使用quartz(即不使用 uiwebview)渲染 PDF 的速度。 然而,当我放大 PDF 时,它似乎并没有像在 PDF 视图中那样变得更加清晰。
使用多点触控放大和缩小时,是否可以更改某些内容以获得相同的效果? 比如操纵 PDF 变换矩阵之类的?
非常感谢。
——本
Looking at the QuartzDemo sample application, I love the speed of the PDF rending using quartz alone (that is, without using uiwebview). However, when I'm zooming in the PDF it doesn't seem to become more clear like it does in PDF view.
Is there something that I can change to have the same effect when zooming in and out using multitouch? like manipulate the PDF transformation matrix or something?
Thanks a bunch.
--Ben
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了让它放大,更清晰,
您可以使用CATiledLayer。 你可以看下面的例子。
http://www.olivetoast.com/blog/hamish/simple_uiscrollview_catiledlayer_example.ot
To make it zoom, and more clear,
You can use CATiledLayer. You can see the following example.
http://www.olivetoast.com/blog/hamish/simple_uiscrollview_catiledlayer_example.ot