Transcription of ImageJ Macro Language Programmer’s Reference Guide v1
{{id}} {{{paragraph}}}
1 ImageJ Macro Language Programmer s Reference Guide J r me Mutterer* and Wayne Rasband, compiled from: ImageJ website: Fiji Wiki: ImageJ Documentation Wiki: ABSTRACT A scripting Language is a specialized programming Language that allows a program to be controlled. The ImageJ Macro Language (IJM) is a scripting Language built into ImageJ that allows controlling many aspects of ImageJ . Programs written in the IJM, or macros, can be used to perform sequences of actions in a fashion expressed by the program s design. Like other programming languages, the IJM has basic structures that can be used for expressing algorithms. Those include variables, control structures (conditional or looping statements) and user-defined functions.
Jan 01, 1970 · To test the macro, use the editor's Macros>Run Macro command (or press ctrl-r). To save it, use the editor's File>Save As command. In the Save As dialog box, enter "Hello_World.txt" as file name, then click "Save". The macro will be automatically i-nstalled as a "Hello World" command in the Plugins menu when you restart ImageJ,
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}