Fiji Is Just ImageJ - Batch Convert to Tif, Part 1

macro starting point: Stack.setChannel(1); run("Blue"); Stack.setChannel(2); run("Green"); Stack.setChannel(3); run("Red"); Stack.setDisplayMode("composite"); //run("Z Project...", "projection=[Max Intensity]"); run("RGB Color"); added if statement: if (Stack.isHyperstack) { run("Z Project...", "projection=[Max Intensity]"); }