[scripting] Export Layer with applied adjustments
Adobe Photoshop allows to (fast) export selected Layer as .png. Export result contains a Layer picture with all adjustments applied to this Layer from Layers above (it is fine and expected).
However both 'ScriptingListener - plugin' and 'ActionRecorder - in app' do not see and do not record this action at all. (why?)
I know that there is a solution to enable only required layers and use 'document.saveAs()'.
But is it the only one way to do this? Can I do something like 'selectedLayer.saveAs()' ?
