I’m using the Imaging API to get layer pixels and do some processing with them and then paste the processed pixels into the layer. Is it possible to use the imaging API with batchPlay commands like the DOM functions can be triggered with batchPlay as well?
The goal is to leverage efficiency from batchPlay and do only one call instead of stopping my batchplay to do the imaging thing and then run batchPlay again, that’s a overhead for me tho.