Command line manipulation of PhotoShop images

后端 未结 3 882
[愿得一人]
[愿得一人] 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:20

    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/

    0 讨论(0)
  • 2021-01-03 01:29

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

    0 讨论(0)
  • 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).
    0 讨论(0)
提交回复
热议问题