Using Jython (Python) for creating Macros using the ImageJ module for automating tasks
- The
utils
directory is only for editing. To locally use the macros on ImageJ please move this directory to theC:\fiji-win64\Fiji.app\jars\Lib
directory.
The CD3CD45 Quick Merge
is a Macros to create a merged image of any file.
Steps:
- After installing the macros on the FIJI ImageJ application, open the script on the
Macros --> Run
tab. - Hit
Run
located below the script box. - Click on the desired channels (blue, green, red) to merge
- There is a option to remove or subtract one of the three channels from the rest.
- The
Process All Images
will merge the channels into one (regardless of whether the subtraction checkbox was checked), then maximize the window for easier visualization.