Editing Photoshop PSD text layers programmatically

后端 未结 6 929
孤街浪徒
孤街浪徒 2020-12-08 09:02

I have a multi-layered PSD, with one specific layer being non-rasterized text. I\'m trying to figure out a way I can, from a bash/perl/python/whatever-else program:

6条回答
  •  温柔的废话
    2020-12-08 09:14

    Have you considered opening and editing the image in The GIMP? It has very good PSD support, and can be scripted in several languages.

    Which one you use depends in part on your platform, the Perl interface didn't work on Windows the last I knew. I believe Scheme is supported in all ports.

提交回复
热议问题