Gaston2388
Gaston2388
Hi @loonghao, Yes, I replaced it. But it doesn't work. My program: from photoshop import Session with Session() as ps: ps.app.documents.add(name='Image') layer_set = ps.active_document.layerSets.add() layer_set.name = "Image1" desc = ps.ActionDescriptor...
Hi @loonghao , Thanks for answering. I am using: Windows 10 Pro Photoshop CS6 Python 3.9 Thanks!!!
@loonghao I tried several things that worked. Examples that didn't work for me are this and Replace Images ("""Replace the image of the current active layer with a new image.""")