// This macro converts all the files in a folder to binary. The binary // files are saved in the same folder with a "-bin.tif" suffix. macro "Batch Convert to Binary" { requires("1.33s"); dir = getDirectory("Choose a Directory "); list = getFileList(dir); setBatchMode(true); for (i=0; i