// Batch convert TIA or Gatan dm3 image file to tiff // by Zhou XU // 2020/05/05 // at Monash Centre for Electron Microscopy // Windows 10 Enterprise Ver. 1803 // ImageJ ver. 1.52p List.setCommands; if (List.get("TIA Reader")!="") { // Check to make sure TIA reader plugin is installed //open directory of images input = getDirectory("location where images are stored"); output = getDirectory("Location for results"); // determine number of Files of given FileFormat list = getFileList(input); ImgNumber=0; for (i=0; ihttps://imagej.nih.gov/ij/plugins/tia-reader.html"); Dialog.show();