-
Notifications
You must be signed in to change notification settings - Fork 4
Home
This plugin offers a node-based graphical user interface for Macro-creation and image editing for ImageJ. It allows to create macros by connecting nodes to form a workflow, which represents the way macro-commands are called by ImageJ. These workflows can be saved and loaded.
A workflow consists of Sources, which load or create images. They will be connected to other units to define the order of processing. A workflow requires at least one node to be defined as a display. The result of this unit will be opened after running the workflow. ImageFlow is also available as a stand-alone program that uses ImageJ as a library. ImageFlow Works on all platforms, Java 5.0 or later must be installed.
A processing units mapping native ImageJ functionality for building graphs are included. Read the Documentation to learn how your own units can be used.
I can incorporate more units in later releases. Feedback of any kind is well appreciated.
- Project Introduction - Introduction into the technical basics of the software
- Appframework - Swing Application Framework as base for Application
- Macro Generation - How an executable ImageJ Macro is generated
- Silent Workflow Execution - Execute workflows in the background without visible instance of ImageJ
- Unit XML Specification - XML Specification describing the Processing-Unit-XML-Format