I’m building a UXP plugin and want to show thumbnails in the UI, for layers, masks and channels.
So far, I can’t find a direct way to access layer/channel/mask thumbnails (layer previews). I kind of assumed they wouldn’t be accessible, but I’m holding out hope that I’m wrong about that.
My other solution is exporting small thumbnails periodically or on some trigger and rendering them in the UI.
Wondering if anyone else has considered this or has approached something similar and can share any info. Some way of getting some usable data from temp or any other tricks?