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

### Discussed in https://github.com/loonghao/photoshop-python-api/discussions/190 Originally posted by **muhammad-mobeen** October 5, 2022 I just pip-installed this API and was testing it with the hello world template but it was giving me...

hello i am doing same thing , i tried both of your codes, but in my case i am using exactly same image as layer holder, when i manually do...

- removed unnecessary f-string - removed inherit of object - converted some format strings to fstrings - simplied some loops to just create lists

code like blow will throw exception `app = ps.Application() doc = app.activeDocument app.preferences.rulerUnits = ps.Units.Pixels print(doc.guides)` it will throw Traceback (most recent call last): File "C:\Workshop\PyProject\SpineToPhotoShop\venv\lib\site-packages\photoshop\api\_core.py", line 66, in __getattribute__...

I am using Adobe Photoshop CC2019. I am trying to replace an image in a layer. but i am always greeted with the error "the command replace content is currently...

When I run the example code it prints out `AttributeError: module 'photoshop' has no attribute 'Application'` ```python Traceback (most recent call last): File "c:\Users\lidor\Documents\אישי\CryptoC\עדכון מחירים\start.py", line 22, in hello_world() File...

**Describe the bug** There doesn't seem to be a way to easily adjust the log level (ie. `INFO` instead of `DEBUG`): ![templates py - MTG-Proxyshop - Visual Studio Code 11_28_2022...

pretty much what the title says, is it possible to create a color look up layer and load a 3D lut file?