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

Hi. Does anybody know how to do a save as psb? There are currently no save options for it. Is this even possible? Thnaks for your help

**Describe the bug** with Session() as session: doc = session.active_document option = ps.ExportOptionsSaveForWeb() option.format = SaveDocumentType.PNGSave option.PNG8 = False option.quality = 100 option.dither = DitherType.NoDither option.colorReduction = ColorReductionType.PerceptualReduction option.interlaced =...

PS中智能对象图层可以编辑, 怎么用程序,操作PS 替换 智能对象 里面的图片

I'm trying to add guides to the active document, but the 2 methods I'm aware of don't work. 1. Eval as Javascript When using the following string `app.activeDocument.guides.add(constant.Direction.HORIZONTAL,30)` It produces...

I hid all other artboards and exported the current artboard, but the image was the size of the psd canvas. ![Image](https://github.com/user-attachments/assets/0bbd1486-5923-4e20-bc74-4ee6fca1df75) ![Image](https://github.com/user-attachments/assets/922120af-b9af-4459-800a-53d582a56c78)

Running a script that starts a simple action, sky replacement on current image, flatten, thats it. Then through python im saving the image and closing the doc so next image...

Hello, I'd like to know if there is a way to use AdjustmentLayer ? Especially HUE / SATURATION As i can see, there is no option with the "layerkind". Please...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pytest-cov](https://redirect.github.com/pytest-dev/pytest-cov) ([changelog](https://pytest-cov.readthedocs.io/en/latest/changelog.html)) | `^4.0.0` -> `^6.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest-cov/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [commitizen](https://redirect.github.com/commitizen-tools/commitizen) ([changelog](https://redirect.github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md)) | `^2.17.8` -> `^4.0.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/commitizen/4.10.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/commitizen/2.42.1/4.10.1?slim=true) | --- ###...

hi i try to repleace a image for a layer, but the layer image cant repleace. then i change the layer to smartObject. i found the layer can repleace when...