Question
Scripting New "Rasterize Layer Style" feature of Photoshop CS6
I want to script new feature added to Photoshop CS6 "Rasterize Layer Style". I tried Layer.RasterizeLayerStyle() but this function doesn't exist.
I know that I still can add an empty layer below the layer and merge them together, but it would be much easier and the code would be more readable if I can use "Rasterize Layer Style" command in my script.
