Gaston2388

Results 1 issues of Gaston2388

Hello, I tried to use: **_from photoshop import Session with Session(action="new_document") as ps: desc = ps.ActionDescriptor desc.putPath(ps.app.charIDToTypeID("null"), "your/image/path.jpg") event_id = ps.app.charIDToTypeID("Plc ") # `Plc` need one space in here. ps.app.executeAction(event_id,...