photoshop-python-api
photoshop-python-api copied to clipboard
Python API for Photoshop.
Will there be support for photoshop 2025? We are currently unable to use that version of Photoshop with this. Older versions seem fine of course.
I want to write same function for "deleteAndFillSelection" -- can anybody help me ? def content_aware_fill(ps, doc, left, top, right, bottom, hull_points): # Deselect any current selections doc.selection.deselect() # Define...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pytest](https://redirect.github.com/pytest-dev/pytest) ([changelog](https://docs.pytest.org/en/stable/changelog.html)) | `7.4.3` -> `7.4.4` | [](https://docs.renovatebot.com/merge-confidence/) |...
I want to iterate through all text layers in a PSD file and retrieve the position and bounding box of each text layer. My PSD file has a complex layer...
**Describe the bug** We know that `app.activeDocument.layers` usually represent a collection of layers and layerSets How do I know if the current layer is a `layerSet` when I traverse `app.activeDocument.layers`...
Adobe Photoshop : 24.7.0 20230719.r.643 efe3886 x64 https://loonghao.github.io/photoshop-python-api/examples/#selection-stroke ```python """Example of creating and modifying selection strokes in Photoshop. This example demonstrates how to: 1. Create selections with specific shapes 2....
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [comtypes](https://redirect.github.com/enthought/comtypes) | `1.4.10` -> `1.4.13` |  |  | --- ### Release...
I used pycharm to write scripts and run them. After opening photoshop, there was no operation at all
v25.7.0.504 is available? I wrote a script using pycharm to run it. After opening photoshop, there was no operation at all.
**Describe the bug** A clear and concise description of what the bug is.   for layer in ps.active_document.layers: print("layers: layer.kind:", layer.kind, LayerKind(layer.kind)) layer.kind is random value and error! **To...
I really appreciate your project. I would like to ask you about whether there is a roadmap of development in this project. I am interested in supporting more Photoshop's functions....