Ticket #1442 (closed defect: fixed)
Support headless plugins
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: | imagej-2.0.0 |
Component: | Plugins | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1001 |
Description
Before the final release of 2.0 we should comb over existing plugins and make sure they have sufficient API defined to allow them to run headlessly.
Change History
Note: See
TracTickets for help on using
tickets.
There is a "headless" flag in the @Plugin annotation, which helps give a hint here. We will have to deal with these on a case by case basis, as the need arises. In general, ImageJ2's support for headless operation is proven to work well.