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.
我们正在使用 iOS 相机应用程序,我们有一个关于将 Photoshop 操作过滤器转换为 iOS 图像过滤器的问题。
例子:把一个photoshop动作文件变成iPhone应用程序中的图像过滤器,有什么办法吗?
任何问题或帮助将不胜感激!
谢谢
Photoshop 动作滤镜和 iOS 图像滤镜之间没有关系。唯一可以做到的方法是使用 iOS API 自己实现大部分 Photoshop 图像处理代码。