Photoshop scripting
COM scripting¶
COM allows Python to control Photoshop indirectly.
It’s slower than JavaScript, and has a bad reputation for difficult to work with. (From hearsay)
- COM python tutorial
- lots of scripting docs for PS classes https://theiviaxx.github.io/photoshop-docs/index.html
- PS python module (using COM)