Does UXP have a method comparable to the openViewlessDocument used by Photoshop’s Load Files into Stack script?
I’m running a batch process that consolidates individual files into layers in a single file, and the viewlessDocument object is supposed to speed up the process and avoid cluttering up the UI.
The only thing I was able to do was read document metadata and add layer from viewless document but that was all. And I think I had some issues with documents that were multiple layers. It seemed corrupted or something. I did not find any good use for it.