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 #1375 (closed defect: moved)

Opened 2012-08-07T12:32:39-05:00

Last modified 2012-11-21T15:22:48-06:00

Make a tutorial: how to port my plugin

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b10-compatibility
Component: Legacy Compatibility Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1455

Description

We should make a tutorial that shows how to port a simple IJ1 plugin. For instance one could create an IJ2 plugin that relies on the legacy service. It would have a Display output. The run() method would be cut and paste from the IJ1 plugin. At the end the created ImagePlus would use legacy service to create associated display. (even calling registerImagePlus if you want to keep bidirectional translation in place)

Test that this approach would work and fix issues until it does.

Change History

comment:1 Changed 2012-08-07T12:33:01-05:00 by bdezonia

  • Blocking 1355 added

comment:2 Changed 2012-09-06T14:14:58-05:00 by curtis

  • Blocking 1455 added

comment:3 Changed 2012-09-06T14:17:02-05:00 by curtis

  • Blocking 1355 removed

comment:4 Changed 2012-09-10T09:15:14-05:00 by bdezonia

  • Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta5

comment:5 Changed 2012-10-10T14:25:08-05:00 by curtis

  • Milestone changed from imagej-2.0.0-beta6 to imagej-2.0.0-beta10

comment:6 Changed 2012-11-21T15:22:48-06:00 by bdezonia

  • Milestone changed from imagej-2.0.0-beta6 to imagej-2.0.0-beta10

comment:7 Changed 2014-06-22T23:35:08-05:00 by curtis

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