Editing Photoshop PSD text layers programmatically

后端 未结 6 949
孤街浪徒
孤街浪徒 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:06

    You can use Photoshop itself to do this with OLE. You will need to install Photoshop, of course. Win32::OLE in Perl or similar module in Python. See http://www.adobe.com/devnet/photoshop/pdfs/PhotoshopScriptingGuide.pdf

提交回复
热议问题