Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不是要创建一系列 QC 效果,我只是想使用 Tracer 效果。我是否必须创建 QC 事物然后应用它,还是可以直接在 Cocoa 中调用它?
有几种方法可以做到这一点,具体取决于您要对生成的图像做什么。最简单的事情就是在你的 UI 中包含一个 QCView,然后在其中运行你想要的任何组合。如果您想对图像进行操作并保存结果,那么您可能需要使用 CoreImage 过滤器。
这里有一个方便的 CoreImage 过滤器列表:
http://developer.apple.com/macosx/coreimage.html
该网页提供了一些关于如何从 NSImage 转换为 CIImage 并进行缩放的说明:
http://gigliwood.com/weblog//Cocoa/Core_Image__Practic.html