Hi Gos, I think that this brief macro will work:
-------------------------------------------------------
path=getDirectory("Choose a directory");
list=getFileList(path);
for(i=0; i<list.length; i++)
{
run("Text Image... ", "open=["+path+list[i]+"]");
}
run("Images to Stack", "name=Stack title=[] use keep");
-------------------------------------------------------
best regards,
Rocco
Senior Microscopist
Crick Advanced Light Microscopy facility (CALM)
The Francis Crick Institute
1 Midland Road, NW1 1AT, London (UK)
https://roccodant.github.io/