Hi All,
I want to create a panel that shows 3 images each of which is a button. (I know how to do that no worries)
Then when the user clicks on one of the images show in the panel, the image will automatically appear as as a layer or get added to a layer in the current document. I’ve tried the usual methods of access images file via file storage system and the await app.open … etc approach but all of these invoke the dialog which is not what I want. The auto import without prompting the user to select the image themself is essential to the work flow.
Is this even possible?
Thanks in advance!