macros.DeveloperMenuTool.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ij Show documentation
Show all versions of ij Show documentation
ImageJ is an open source Java image processing program inspired by NIH Image for the Macintosh.
var dCmds = newMenu("Developer Menu Tool",
newArray("Record...", "Capture Screen ", "Monitor Memory...", "Find Commands...",
"Search...", "ImageJ Properties", "List Elements", "Debug Mode", "ImageJ Website...",
"-", "Image...", "Hyperstack...", "Macro", "Open...",
"-", "Blobs", "Fly Brain", "HeLa Cells (48-bit RGB)", "Image with Overlay",
"Mitosis (5D stack)", "T1 Head (16-bits)"));
macro "Developer Menu Tool - C037T0b14DT9b12eTfb12v" {
cmd = getArgument();
if (cmd=="Debug Mode")
setOption("DebugMode", true);
else if (cmd!="-")
run(cmd);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy