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 #1019 (closed feature: wontfix)

Opened 2012-02-26T22:02:31-06:00

Last modified 2014-08-20T12:24:04-05:00

Reimplement IJ1 features that the legacy layer cannot support

Reported by: curtis Owned by: bdezonia
Priority: critical Milestone: imagej-2.0.0
Component: Plugins Version:
Severity: non-issue Keywords:
Cc: Blocked By: #1171, #1172, #1366, #1456
Blocking: #1010

Description

For a variety of reasons, IJ has some functions that cannot be supported via the legacy layer. In particular, highly UI-interactive plugins (such as the Shadows Demo; see ticket #647) may be infeasible to support. Fortunately, these sorts of plugins are also unlikely to be part of automated macro and script workflows. So we should be able to provide backwards compatibility by reimplementing them in the IJ2 framework instead.

Change History

comment:1 Changed 2012-02-26T22:05:45-06:00 by curtis

  • Blocking 1010 added

comment:2 Changed 2012-02-26T22:27:15-06:00 by curtis

  • Blocked By 904 added

comment:3 Changed 2012-02-26T22:29:32-06:00 by curtis

  • Blocked By 865 added

comment:4 Changed 2012-02-26T22:35:29-06:00 by curtis

  • Blocked By 564 added

comment:5 Changed 2012-02-26T22:36:47-06:00 by curtis

  • Blocked By 547 added

comment:6 Changed 2012-02-26T22:55:24-06:00 by curtis

  • Blocked By 585 added

comment:7 Changed 2012-02-26T22:55:58-06:00 by curtis

  • Blocked By 649 added

comment:8 Changed 2012-02-26T22:56:27-06:00 by curtis

  • Blocked By 406 added

comment:9 Changed 2012-02-26T22:58:53-06:00 by curtis

  • Blocked By 790 added

comment:10 Changed 2012-02-26T23:03:42-06:00 by curtis

  • Blocked By 973 added

comment:11 Changed 2012-03-05T11:01:19-06:00 by curtis

  • Blocked By 756 added

(In #756) Due to restrictions in the legacy layer, the solution is to implement a pure IJ2 version of Threshold.

comment:12 Changed 2012-05-14T11:54:48-05:00 by bdezonia

  • Blocked By 1171 added

comment:13 Changed 2012-05-14T11:55:35-05:00 by bdezonia

  • Blocked By 1172 added

comment:14 Changed 2012-05-14T11:58:27-05:00 by bdezonia

  • Blocked By 406 removed

comment:15 Changed 2012-05-14T11:58:56-05:00 by bdezonia

  • Blocked By 564 removed

comment:16 Changed 2012-05-14T11:59:26-05:00 by bdezonia

  • Blocked By 756 removed

comment:17 Changed 2012-05-14T11:59:50-05:00 by bdezonia

  • Blocked By 790 removed

comment:18 Changed 2012-05-14T12:00:19-05:00 by bdezonia

  • Blocked By 865 removed

comment:19 Changed 2012-05-14T12:00:48-05:00 by bdezonia

  • Blocked By 903 removed

comment:20 Changed 2012-05-14T12:01:08-05:00 by bdezonia

  • Blocked By 904 removed

comment:21 Changed 2012-05-14T12:01:38-05:00 by bdezonia

  • Blocked By 973 removed

comment:22 Changed 2012-05-14T12:02:30-05:00 by bdezonia

  • Blocked By 547 removed

comment:23 Changed 2012-05-14T12:04:17-05:00 by bdezonia

  • Blocked By 585 removed

comment:24 Changed 2012-05-14T12:04:40-05:00 by bdezonia

  • Blocked By 649 removed

comment:25 Changed 2012-08-03T13:57:57-05:00 by curtis

  • Blocked By 1366 added

comment:26 Changed 2012-09-06T16:15:51-05:00 by bdezonia

  • Blocked By 1456 added

(In #1456) Some IJ1 plugins cannot be fully supported by our legacy layer data translation approach. Rewrite such (usually gui enhanced) plugins as pure IJ2 implementations.
See blocked ticket #1010 for further description

Last edited 2014-08-20T12:23:12-05:00 by curtis

comment:27 Changed 2014-08-20T12:24:04-05:00 by curtis

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

As I wrote in ticket #1456:

We are no longer supporting use of ImageJ 1.x commands from modern ImageJ2 UIs. These plugins work fine in the legacy ImageJ 1.x UI, and adding them to ImageJ2 is not urgent.

Of course, we would love to have all of this functionality available as "pure IJ2" commands, so that they are usable headless and from the variety of contexts IJ2 makes possible: e.g., CellProfiler, OMERO and KNIME. But in practice, most of these commands are interactive in some way and will need to be reconsidered and recast into the headless paradigm (i.e., parameterized inputs and outputs). We will tackle this work on an as-needed basis, with help from the community over a course of years. But first the ImageJ2 core needs further stabilization. So the goal of porting IJ1 plugins to IJ2 is, in general, on pause for the time being.

Also worth noting that in many (most?) cases, we will want to make image processing functionality available as  ImageJ OPS Op plugins, rather than vanilla SJC Commands, to maximize their usability and interoperability.

Last edited 2014-08-20T12:24:45-05:00 by curtis