CoreImage 修补 10.6 中的问题
在 10.6 中,某些系统 CoreImage CIPerspectiveTransform(以及其他 api)会导致输出图像中出现彩色补丁。 (这似乎是与硬件相关的问题,并且只有分辨率高于 4000X2500 的图像才会出现)
有没有办法解决这个错误? 最后可以使用 NSAffineTransform 代替吗? 如果是的话怎么使用。
谢谢, 达那。
In 10.6 with some systems CoreImage CIPerspectiveTransform (And other api's too) results in colored patches in output image. (It seems like hardware related issue And it occurs only with images with resolution above 4000X2500)
Is there ay way to come out of this bug?
At-last is it possible to use NSAffineTransform instead?
If yes how to use it.
Thanks,
Dhana.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
创建
CIContext
时,您是否尝试过禁用硬件渲染器?这为我解决了问题:When creating your
CIContext
, have you tried disabling the hardware renderer? This fixed problems for me: