NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

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.

Change History

comment:1 Changed 2013-10-29T15:06:18-05:00 by bdezonia

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.

comment:2 Changed 2013-10-30T09:46:17-05:00 by bdezonia

  • Status changed from new to closed
  • Resolution set to fixed

I will open the one remaining bug as another ticket. Closing.