A feature request in case you still have a look at this thread, Michel: could you add in the jsx code an array containing the names of the files processed?
Hi Michel: I have the same request... the large array is not helpful when processing many images. I'd rather have an output that looks like:
var image01 = "bincode";
var image02 = "bincode";
var image03 = "bincode";
var image04 = "bincode";
Something i can just paste into my larger script. If you are not working on this anymore, any chance you'd be willing to share your source code for further modification?