Ticket #2018 (closed task: fixed)
Opened 2013-10-29T15:04:04-05:00
Last modified 2013-10-30T09:46:17-05:00
Make pure version of Process > Binary > Make Binary
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: | imagej2-b8-analysis |
Component: | Analysis Plugins | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1878 |
Description
Process > Binary > Make Binary is one command we want working headlessly. Make a pure IJ2 version that does so.
With commit 7872d3aa6a1eb1dc645a52bb2f23437092c2dff6 I have an initial headless friendly implementation. It was somewhat modeled after IJ1's make binary code for stacks. IJ1 has multiple versions of make binary. I implemented the most general.
The code is a DynamicCommand but I believe it uses those capabilities so sparingly that it should run headless just fine.
There are a couple bugs I need to iron out before closing this ticket.