How to create a layered PSD file from command line?

后端 未结 6 867
轻奢々
轻奢々 2020-12-04 16:06

I need to create a layered PSD file with ImageMagick or any other command-line tool available on Linux platform. Since I need to do this on Linux server, I

6条回答
  •  臣服心动
    2020-12-04 16:38

    Here is some useful links to you:

    • ImageMagick and PSD images with layers
    • Some PSD Useful Notes
    • Psd Layers - ImageMagick Forums

    The second link is to use with PHP, but it executes ImageMagick, only use the commands, not the all PHP syntax, only the line of exec code.

    Hope i'm helping you!

提交回复
热议问题