Kieran
Kieran
Goes without saying that this depends entirely what properties you're looking to get, but here's a good start. You can run this as a script with the files as command-line...
I would be more than happy to contribute to some documentation and sample code for macOS scripting with appscript. It is not abandoned, but in minimal maintainance mode, i.e. fully...
Mac scripting is still supported, it's just that the default way appscript get's the terminology (via an AETE event) is deprecated and no longer supported in recent Photoshop versions. You...
Found the cause of this. It affects every PSD that contains a SolidColor layer encoded with stringID instead of charID. The `redFloat`, `blueFloat` and `greenFloat` keys are being written out...
Looks like you're referencing the Action Set, not the Action itself here. Changing `ps.DoAction("Set1", "Actions")` to `ps.DoAction("BG", "Set1")` will probably make this work.