All Downloads are FREE. Search and download functionalities are using the official Maven repository.

macros.DeveloperMenuTool.txt Maven / Gradle / Ivy

Go to download

ImageJ is an open source Java image processing program inspired by NIH Image for the Macintosh.

There is a newer version: 1.54m
Show newest version
   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