Command line manipulation of PhotoShop images

后端 未结 3 928
[愿得一人]
[愿得一人] 2021-01-03 01:13

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 PhotoSho

3条回答
  •  一向
    一向 (楼主)
    2021-01-03 01:38

    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).

提交回复
热议问题