The code line below saves the selection as Alpha 1.
Is it possible to add a custom name to the selection?
app.activeDocument.selection.store(app.activeDocument.channels.add())
The code line below saves the selection as Alpha 1.
Is it possible to add a custom name to the selection?
app.activeDocument.selection.store(app.activeDocument.channels.add())