使用 C# 自动化 Photoshop
正在寻找一种使用 C# 代码将背景图层添加到现有 Photoshop 文件的方法?
有任何想法吗?
谢谢 -C
Looking for a way to add a background layer to existing photoshop files with c# code?
Any ideas?
Thanks
-c
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Photoshop 有一个 COM 接口,这里有一个关于如何通过 C# 访问它的文档。
您想要执行的具体操作需要更多地深入研究 Photoshop 的实际文档,但是这将帮助您入门。
有关更多详细信息,请查看 Adobe 脚本指南和 SDK 信息。
Photoshop has a COM interface and here is a document on how to access it via C#.
The specifics of what you want to do will require a bit more digging into Photoshops actual documentation, but this will get you started.
For greater details, check out Adobes scripting guide and SDK information.
如果您仍在寻找自动化 Photoshop 的方法,今天应该不会有问题:
https ://helpx.adobe.com/photoshop/using/creating-actions.html
You should not have a problem today if you still searching a way to automate Photoshop:
https://helpx.adobe.com/photoshop/using/creating-actions.html