// Show_All_LUTs // This macro displays, as a montage, all the LUTs in the luts folder. saveSettings(); lutdirname="luts"; lutdir=getDirectory("startup")+lutdirname+File.separator; if (!File.exists(lutdir)) exit("The 'luts' folder not found in the ImageJ folder"); list = getFileList(lutdir); setBatchMode(true); newImage("ramp", "8-bit Ramp", 256, 32, 1); newImage("luts", "RGB White", 256, 48, 1); count = 0; setForegroundColor(255, 255, 255); setBackgroundColor(255, 255, 255); for (i=0; i