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: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