photoshop-python-api
photoshop-python-api copied to clipboard
Python API for Photoshop.
**Describe the bug** I am trying to replace an image layer in a photoshop file. For that purpose I am using this next code: **To Reproduce** This is my python...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/loonghao/photoshop-python-api). ## Config Migration Needed - [ ]...
Hi~ 发现你base 深圳 很高兴可以使用中文沟通 有个问题想请教一下~ 我几个psd 想从这几个psd中,分别复制 图层 或者 组 到一个新的psd内 想请教一下 怎么跨psd复制图层或组
**Describe the bug** I'm trying to run javascript with doJavaScript, but i t throws a com error. **To Reproduce** Just run the example: https://loonghao.github.io/photoshop-python-api/examples/#eval-javascript **Desktop (please complete the following information):**...
Accessing to properties of layer.textitem is getting slower as a number of textlayer is increasing
about 2~3 seconds to execute when a template has 200 layers, 148 Groups about 2 minutes 30 seconds to execute when a template has 3000 layers, 500 Groups ``` new_layer...
How to operate the smartobjectlayer objects in the layer?
Hello, I tried to use: **_from photoshop import Session with Session(action="new_document") as ps: desc = ps.ActionDescriptor desc.putPath(ps.app.charIDToTypeID("null"), "your/image/path.jpg") event_id = ps.app.charIDToTypeID("Plc ") # `Plc` need one space in here. ps.app.executeAction(event_id,...
Hello. Sometimes, my python script fail with this error : "The message filter indicated that the application is busy." I don't understand because I don't touch application and sometimes the...
**Describe the bug** I want to rasterize all layers imported from PDF,but i received : _ctypes.COMError: (-2147352577, '出现了内部错误。', (None, None, None, 0, None)) **To Reproduce** my code: ` for j...
This is not a BUG, but a problem I encountered. Whenever I call this API to operate PS, if there is an exception in PS, the picture is as follows:...