Photoshop 图像的命令行操作

发布于 2024-12-27 20:40:07 字数 239 浏览 2 评论 0原文

有没有可以从命令行编辑 Photoshop 文件的工具?

我想向我们的自动化构建流程 (MS Build) 添加步骤,该流程采用我们的艺术家制作的原始 PhotoShop 文件并生成 .png 文件;我正在研究很少的操作,例如 Photoshop-to-png、调整大小以及可能的显示/隐藏图层。我没有很幸运地找到可以用于此目的的工具。

如果可以使用 Photoshop 本身或 Photoshop 实用程序编写此脚本,那就太棒了。

Are there any tools for editing PhotoShop files from a command line?

I would like to add steps to our automated build process (MS Build) that takes original PhotoShop files that our artists make and produce .png files; I'm looking at a very few operations like photoshop-to-png, resize and possibly showing/hiding layers. I haven't had a lot of luck finding a tool I can use for this.

If it is possible to script this with Photoshop itself, or a Photoshop utility, that'd be awesome.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

仲春光 2025-01-03 20:40:07

您的情况有几个选项:

  1. 使用 变量/数据集
  2. 作为 b3bop,使用 JavaScript(jsx)。最快的入门方法是打开 ExtendScriptToolkit(应该位于 Adob​​e Utilities 中),连接到 Photoshop 并打开 Photoshop 的对象模型查看器。如果有帮助,Photoshop 还支持 Windows 上的 VB。
  3. 通过 Matlab/Photoshop (尽管这对于您当前的用例来说可能有点多)。

You've got a few options in your case:

  1. Using variables/datasets in Photoshop
  2. As b3bop, using JavaScript(jsx). Quickest way to get started is to open up ExtendScriptToolkit (should be in the Adobe Utilities),connect to Photoshop and open the Object Model Viewer for Photoshop.If it helps, Photoshop also supports VB on Windows.
  3. CommandLine manipulation via Matlab/Photoshop (though this might be a bit much for your current use case).
水晶透心 2025-01-03 20:40:07

我知道您希望使用 Photoshop,但一个非 Photoshop 选项是名为 Image Magick 的开源工具。它有一个非常灵活的命令行工具。

http://www.imagemagick.org/

I know that you are looking to use Photoshop, but one non-photoshop option is an open source tool called Image Magick. It has a command line tool that is extremely flexible.

http://www.imagemagick.org/

想念有你 2025-01-03 20:40:07

ImageMagickGraphicsMagick (前者的一个分支;对于前者,您将使用 convert CLI,对于后者,您将调用 gm转换),nConvertKrita CLI,可能还有一个 Gimp CLIGMIC——这些都可以实现这一点。

所有这些都将接受 Photoshop 文件作为输入,并以虚拟方式(如果不是实际上)输出整个现有图像格式(包括 Photoshop)。

ImageMagick, GraphicsMagick (a fork of the former; for the former you would use the convert CLI, for the latter you would invoke gm convert), nConvert, Krita CLI, and probably a Gimp CLI, or GMIC--these can all accomplish this.

All will accept a Photoshop file as input, and output virtually (if not actually) the entire range of existing image formats (including Photoshop).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文