Answered
Simple JSX scritpt to applu Gaussian Blur in PS
- June 3, 2024
- 4 replies
- 996 views
Hi Everyone!
I'm trying to make a script to apply gaussian blur to the entire image, but I was unable to select the layer and apply the filter to the layer.
app.activeDocument.activeLayer = app.activeDocument.layers[0];
app.activeDocument.activeLayer.hasSelectedArtwork = true;
app.activeDocument.activeLayer.applyGaussianBlur(150.0);I got a window alert with the message: "The command "Gaussian Blur" is not currently available" as seen in the attached image
Thanks for your help!
Marcio
