ImageJ/Fiji - Top Tips for Scripting

Опубликовано: 04 Апрель 2026
на канале: COBA: Center for Open Bioimage Analysis
563
5

Video Highlights and Helpful Links

Use the Macro Recorder (https://imagej.net/scripting/macro#th...) to record commands into code.

Open the Built-In Macro Functions list (https://imagej.nih.gov/ij/developer/m...) to easily search for function calls and definitions for the ImageJ1 Macro language.

```print()``` statements are great for checking file names/paths and values of variables. When in doubt?! Add a ```print()``` statement.

Ask for help on the Image.sc Forum (https://forum.image.sc/).

**Note: The names ‘ImageJ’ and ‘Fiji’ are used interchangeably… we recommend new users download/install/use the Fiji distribution (https://imagej.net/software/fiji/index) of ImageJ, as Fiji Is Just ImageJ!