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 #385 (closed task: fixed)

Opened 2011-03-22T15:24:28-05:00

Last modified 2011-04-05T16:31:10-05:00

Plugin code tasks

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: biweekly-2011: Mar-28 to Apr-08
Component: Core Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

The various plugins have scaffolding code that needs to be removed when some things are improved in IJ2. There are also limitations that need to be addressed.

1) many plugins create their own working Datasets. Once IJ2 can populate @Parameters of Datasets this code should be removed. This code can be found by searching the core plugins for "junkImage".

2) the plugins have hardcoded a fake currently selected region to test that they work. Remove when current selection code in place in IJ2.

3) the plugins do not calculate the pixels outside the selected region which manifests itself with 0 values in the output image. This should go away once plugin @Parameters can handle the same Dataset as input and output.

4) some plugins have a preview capability in IJ1. This is not working in IJ2. The Preview option is present in the input dialogs of the problematic plugins. We'll need to hook up functionality when it is in place.

Change History

comment:1 Changed 2011-03-31T12:04:12-05:00 by curtis

  • Owner changed from gharris to bdezonia
  • Status changed from new to assigned

comment:2 Changed 2011-03-31T16:39:50-05:00 by bdezonia

Everything has been handled except Preview

comment:3 Changed 2011-03-31T23:47:11-05:00 by curtis

  • Milestone changed from imagej-2.0-alpha1 to imagej-2.0-alpha2

Preview support can wait until alpha2.

comment:4 Changed 2011-04-04T14:27:27-05:00 by bdezonia

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

clsing this and opening spearate ticket for Preview support in plugins

comment:5 Changed 2011-04-05T16:31:10-05:00 by bdezonia

  • Milestone changed from imagej-2.0-alpha2 to biweekly-2011: Mar-28 to Apr-08