Ticket #1442 (closed defect: fixed)
Opened 2012-08-28T12:59:57-05:00
Last modified 2014-11-25T16:34:33-06:00
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
comment:1 Changed 2014-11-25T16:34:33-06:00 by curtis
- Status changed from new to closed
- Resolution set to fixed
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.