photoshop-python-api icon indicating copy to clipboard operation
photoshop-python-api copied to clipboard

Python API for Photoshop.

Results 114 photoshop-python-api issues
Sort by recently updated
recently updated
newest added

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` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest/7.4.4?slim=true)](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` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/comtypes/1.4.13?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/comtypes/1.4.10/1.4.13?slim=true) | --- ### Release...

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. ![Image](https://github.com/user-attachments/assets/82374046-9e06-4ca3-a6cc-02e75afbac7c) ![Image](https://github.com/user-attachments/assets/0de4ebb8-a735-4024-92dd-3e43310dff5e) 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....