Installation
-
Download the plugin
Download IJPB.jar -
Open ImageJ (or Fiji)
-
Drag and drop ImageJPipelineBuilder.jar into your open ImageJ window
Tip Drop the JAR directly onto the ImageJ toolbar — not into a canvas or results window. -
Restart ImageJ to complete the installation
-
Verify it worked — you should see a new menu item: Pipelines in the top menu bar
Build a Pipeline
-
In the top menu, click Pipelines → New
-
Optional
Open an example image you'd like to analyze — the AI can see the images you have open
-
Describe what you want in the chat window, in plain English
Example prompts "Count DAPI-stained nuclei and export a results table" · "Measure fluorescence intensity per cell in channel 2" · "Segment HeLa cells using CellPose" -
Chat back and forth — the AI will ask clarifying questions about your images and what you need
-
The AI will automatically write a script once it has enough detail
-
Hit Run to execute the script on your currently open image
-
Verify the script runs correctly
Heads up AI can make mistakes. Always sanity-check results before processing your full dataset. -
If there are errors, the AI will fix them automatically — keep chatting until it's right
-
Once you're happy, hit Save to name your pipeline and add it to the ImageJ menu
-
Run it again anytime via Pipelines → your pipeline name in the dropdown
Manage Pipelines
-
Click Pipelines → Manage to open your pipeline library
-
Find the pipeline you want and click on it to select it
-
Choose what to do with it:
Edit / Resume
Opens your previous chat so you can continue refining the pipeline
Delete
Permanently removes the pipeline from your menu
Edit a Pipeline
-
Click Pipelines → Manage
-
Find the pipeline you want to change and click on it
-
Hit Edit / Resume to reopen your previous conversation
-
Describe the changes you need — the AI has full context of the original script
Good change prompts "Add background subtraction before thresholding" · "Also export a CSV with per-cell measurements" · "Change the particle size filter to 50–500 µm²" -
Hit Run to test the updated script on your open image
-
Keep chatting until the results look right
-
Hit Update to save the revised script back to your menu