資源簡介
自寫的python腳本,開啟photoshop,并加載js腳本代碼,可實現photoshop自動化操作
代碼片段和文件信息
#coding=utf-8
#!/usr/bin/python
#import?os
#import?win32com.client?
import?comtypes.client
#from?win32com.client?import?Dispatch
from?comtypes.client?import?Createobject
if?__name__?==?‘__main__‘:
#獲取PS句柄
#app?=
評論
共有 條評論