Search found 23 matches

by Stephen_A_Marsh
Sun Mar 19, 2023 1:54 am
Forum: Help Me
Topic: Photoshop CC Mac looking for script: run action on all layers
Replies: 1
Views: 33

Re: Photoshop CC Mac looking for script: run action on all layers

Bob, you saved the webpage HTML, not the JavaScript source code (use the raw button as below for the code): https://raw.githubusercontent.com/Paul-Riggott/PS-Scripts/master/Run%20Action.jsx There are many other scripts to run an action on all or selected layers, here are some to try... https://raw.g...
by Stephen_A_Marsh
Wed Mar 08, 2023 12:11 pm
Forum: Help Me
Topic: Copy and paste adjustment layers
Replies: 1
Views: 58

Re: Copy and paste adjustment layers

Please post a cropped screenshot of your layers panel before the first script is run, and a separate cropped screenshot after the second script is run, clearly identifying what should take place. A sample layered PSD file would also be helpful. How do the adjustment layers "belong" to a pa...
by Stephen_A_Marsh
Sun Mar 05, 2023 10:49 am
Forum: Photoshop Scripting - General Discussion
Topic: Compare pixels
Replies: 2
Views: 75

Re: Compare pixels

Layer the file that may have lighter pixels over the other file (2 layers). In the upper layer file, set the blend mode to lighten. Merge or flatten the layers.
by Stephen_A_Marsh
Thu Oct 20, 2022 11:23 am
Forum: Adobe Bridge Scripting: General Discussion
Topic: Copy iptc metadata with jpg in eps.
Replies: 1
Views: 6777

Re: Copy iptc metadata with jpg in eps.

I came here looking for an answer to a similar question... Sadly, it wasn't answered. Perhaps because it is complex to script? https://community.adobe.com/t5/bridge-discussions/copy-labels-from-jpeg-proxies-to-hi-res-psds/td-p/13281346 The good news is that it is easy enough to do with ExifTool. Jus...
by Stephen_A_Marsh
Thu Oct 20, 2022 12:21 am
Forum: Photoshop Scripts
Topic: Image Processor with PNG support
Replies: 3
Views: 2980

Re: Image Processor with PNG support

As the script attachment was lost, it has been resurrected here:

https://community.adobe.com/t5/photosho ... #U13275030
by Stephen_A_Marsh
Thu Sep 22, 2022 12:14 pm
Forum: Help Me
Topic: About Clipping mask
Replies: 18
Views: 6145

Re: About Clipping mask

Thank you, it is all working and clear now! :]
by Stephen_A_Marsh
Thu Sep 22, 2022 8:26 am
Forum: Help Me
Topic: About Clipping mask
Replies: 18
Views: 6145

Re: About Clipping mask

The layer containing transparency that all upper layers are clipped against should be selected, not the last clipped layer. I was hoping for more refined code that does the same thing as the function that I created and posted... That code is a bit of a hack, exploiting layer visibility and backward ...
by Stephen_A_Marsh
Wed Sep 21, 2022 9:53 pm
Forum: Help Me
Topic: About Clipping mask
Replies: 18
Views: 6145

Re: About Clipping mask

Thank you Kukurykus!

The code is selecting the last middleClippingLayer rather than the parent/base "bottomClippingLayer" that all other layers in the clipping group/mask are indented against.
by Stephen_A_Marsh
Wed Sep 21, 2022 1:25 pm
Forum: Help Me
Topic: About Clipping mask
Replies: 18
Views: 6145

Re: About Clipping mask

I know that this is an old topic, however, this doesn't appear to be discussed very much. I was in need of selecting the bottomClippingLayer if the topClippingLayer or a middleClippingLayer was selected. Is there an obscure way to do so via AM code for making the bottomClippingLayer active? This is ...