Question
PS scripting in JS. How to acquire the Content Layer of a Frame Layer's?
So when I make a scriptto automate, I need to trim an image in the frame and resize it to its original ratio and resize to fit the frame.
Currently I am using the 'activeLayer' property to access that layer after execute an action of 'replace content in frame', I wonder if there's way to select the content layer directly without changing the active layer of the document.
